Searched refs:total_allocations (Results 1 – 2 of 2) sorted by relevance
72 static size_t total_allocations; variable181 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()
52 size_t total_allocations; ///< The total number of allocations made during tracing member