ESP-IDF
+
0
/3 examples
SourceVu will show references to
heap_caps_get_largest_free_block()
from the following samples and libraries:
ot_br sample
ot_cli sample
ot_trel sample
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
heap_caps_get_largest_free_block()
heap_caps_get_largest_free_block() function
Get the largest free block of memory able to be allocated with the given capabilities. Returns the largest value of ``s`` for which ``heap_caps_malloc(s, caps)`` will succeed.
Syntax
Show:
Summary
Declaration
Definition
from
esp_heap_caps.h:246
size_t
heap_caps_get_largest_free_block
(
uint32_t
caps
)
;
Implemented in
heap_caps.c:301
Arguments
Argument
Description
caps
Bitwise OR of MALLOC_CAP_* flags indicating the type of memory
Return value
Size of the largest free block in bytes.
Examples
heap_caps_get_largest_free_block()
is referenced by 3 libraries and example projects:
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