Home
last modified time | relevance | path

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

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