ESP-IDF
+
0
/9 examples
SourceVu will show references to
heap_caps_free()
from the following samples and libraries:
mbedTLS
FreeRTOS
ot_br sample
ot_trel sample
esp_local_ctrl sample
static_ip sample
restful_server sample
mb_tcp_master sample
mb_tcp_slave 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_free()
heap_caps_free() function
Free memory previously allocated via heap_caps_malloc() or heap_caps_realloc(). Equivalent semantics to libc free(), for capability-aware memory. In IDF, ``free(p)`` is equivalent to ``heap_caps_free(p)``.
Syntax
Show:
Summary
Declaration
Definition
from
esp_heap_caps.h:111
void
heap_caps_free
(
void
*
ptr
)
;
Implemented in
heap_caps_base.c:59
Arguments
Argument
Description
ptr
Pointer to memory previously returned from heap_caps_malloc() or heap_caps_realloc(). Can be NULL.
Examples
heap_caps_free()
is referenced by 9 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