Searched refs:total_frees (Results 1 – 2 of 2) sorted by relevance
75 static size_t total_frees; variable182 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()
53 size_t total_frees; ///< The total number of frees made during tracing member