ESP-IDF
tlsf_fit_size()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tlsf_fit_size()
tlsf_fit_size() function
Return the allocable size based on the size passed as parameter
Syntax
Show:
Summary
Declaration
Definition
from
tlsf.h:57
size_t
tlsf_fit_size
(
tlsf_t
tlsf
,
size_t
size
)
;
Implemented in
tlsf.c:245
Arguments
Argument
Description
tlsf
Pointer to the tlsf structure
size
The allocation size
Return value
size_t The updated allocation size
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out