Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/heap/
Dheap_trace_standalone.c145 if (mode != HEAP_TRACE_ALL || STACK_DEPTH == 0 || rec->freed_by[0] == NULL) { in heap_trace_dump()
158 if (mode == HEAP_TRACE_ALL) { in heap_trace_dump()
228 if (mode == HEAP_TRACE_ALL) { in record_free()
/hal_espressif-3.6.0/components/heap/include/
Desp_heap_trace.h33 HEAP_TRACE_ALL, enumerator
/hal_espressif-3.6.0/tools/esp_app_trace/test/sysview/
Dblink.c60 heap_trace_start(HEAP_TRACE_ALL); in blink_task()
/hal_espressif-3.6.0/components/app_trace/
Dheap_trace_tohost.c59 return heap_trace_start(HEAP_TRACE_ALL); in heap_trace_resume()
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/main/
Dsysview_heap_log.c83 heap_trace_start(HEAP_TRACE_ALL); in app_main()
/hal_espressif-3.6.0/components/heap/test/
Dtest_heap_trace.c128 heap_trace_start(HEAP_TRACE_ALL); in print_floats_task()
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dheap_debug.rst84 - For buffer overflows, `heap tracing`_ in ``HEAP_TRACE_ALL`` mode lets you see which callers are a…
279 …t to this function is ignored and heap tracing module behaves like ``HEAP_TRACE_ALL`` was passed: …
431 …dea at what time the corruption occurred, enabling heap tracing in ``HEAP_TRACE_ALL`` mode allows …