Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/heap/include/
Desp_heap_trace.h28 #ifndef CONFIG_HEAP_TRACING_STACK_DEPTH
29 #define CONFIG_HEAP_TRACING_STACK_DEPTH 0 macro
44 …void *alloced_by[CONFIG_HEAP_TRACING_STACK_DEPTH]; ///< Call stack of the caller which allocated t…
45 …void *freed_by[CONFIG_HEAP_TRACING_STACK_DEPTH]; ///< Call stack of the caller which freed the m…
Dheap_trace.inc73 _Static_assert(STACK_DEPTH >= 0 && STACK_DEPTH <= 10, "CONFIG_HEAP_TRACING_STACK_DEPTH must be in r…
/hal_espressif-3.6.0/components/app_trace/sys_view/ext/
Dheap_trace_module.c17 #ifdef CONFIG_HEAP_TRACING_STACK_DEPTH
18 #define CALLSTACK_SIZE CONFIG_HEAP_TRACING_STACK_DEPTH
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/
Dsdkconfig.defaults.esp324 CONFIG_HEAP_TRACING_STACK_DEPTH=10
Dsdkconfig.defaults.esp32s24 CONFIG_HEAP_TRACING_STACK_DEPTH=10
/hal_espressif-3.6.0/components/app_trace/
Dheap_trace_tohost.c17 #define STACK_DEPTH CONFIG_HEAP_TRACING_STACK_DEPTH
/hal_espressif-3.6.0/components/heap/
Dheap_trace_standalone.c26 #define STACK_DEPTH CONFIG_HEAP_TRACING_STACK_DEPTH