Home
last modified time | relevance | path

Searched refs:HEAP_TRACE_LEAKS (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/heap/test/
Dtest_heap_trace.c30 heap_trace_start(HEAP_TRACE_LEAKS);
75 heap_trace_start(HEAP_TRACE_LEAKS);
/hal_espressif-3.6.0/components/heap/include/
Desp_heap_trace.h34 HEAP_TRACE_LEAKS, enumerator
/hal_espressif-3.6.0/tools/unit-test-app/components/test_utils/
Dtest_runner.c55 heap_trace_start(HEAP_TRACE_LEAKS); in unity_reset_leak_checks()
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dheap_debug.rst207 ESP_ERROR_CHECK( heap_trace_start(HEAP_TRACE_LEAKS) );
250 In ``HEAP_TRACE_LEAKS`` mode, for each traced memory allocation which has not already been freed a …
297 ESP_ERROR_CHECK( heap_trace_start(HEAP_TRACE_LEAKS) );
/hal_espressif-3.6.0/components/protocomm/test/
Dtest_protocomm.c1115 heap_trace_start(HEAP_TRACE_LEAKS);