Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/heap/
Dheap_trace_standalone.c49 static size_t total_frees; variable
77 total_frees = 0; in heap_trace_start()
164 printf("total allocations %u total frees %u\n", total_allocations, total_frees); in heap_trace_dump()
218 total_frees++; in record_free()