Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/
Dheap_trace_standalone.c72 static size_t total_allocations; variable
181 total_allocations = 0; in heap_trace_start()
268 summary->total_allocations = total_allocations; in heap_trace_summary()
372 esp_rom_printf("total allocations: %"PRIu32"\n", total_allocations); in heap_trace_dump_base()
408 total_allocations++; in record_allocation()
/hal_espressif-latest/components/heap/include/
Desp_heap_trace.h52 size_t total_allocations; ///< The total number of allocations made during tracing member