Home
last modified time | relevance | path

Searched refs:total_frees (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/heap/
Dheap_trace_standalone.c75 static size_t total_frees; variable
182 total_frees = 0; in heap_trace_start()
269 summary->total_frees = total_frees; in heap_trace_summary()
373 esp_rom_printf("total frees: %"PRIu32"\n", total_frees); in heap_trace_dump_base()
439 total_frees++; in record_free()
/hal_espressif-latest/components/heap/include/
Desp_heap_trace.h53 size_t total_frees; ///< The total number of frees made during tracing member