Home
last modified time | relevance | path

Searched refs:CONFIG_HEAP_TRACING_STACK_DEPTH (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/heap/include/
Desp_heap_trace.h21 #ifndef CONFIG_HEAP_TRACING_STACK_DEPTH
22 #define CONFIG_HEAP_TRACING_STACK_DEPTH 0 macro
37 …void *alloced_by[CONFIG_HEAP_TRACING_STACK_DEPTH]; ///< Call stack of the caller which allocated t…
38 …void *freed_by[CONFIG_HEAP_TRACING_STACK_DEPTH]; ///< Call stack of the caller which freed the m…
Dheap_trace.inc75 ESP_STATIC_ASSERT(STACK_DEPTH >= 0 && STACK_DEPTH <= 10, "CONFIG_HEAP_TRACING_STACK_DEPTH must be i…
/hal_espressif-latest/components/heap/
Dheap_trace_standalone.c20 #define STACK_DEPTH CONFIG_HEAP_TRACING_STACK_DEPTH