Lines Matching refs:esp_rom_printf

299     esp_rom_printf("====== Heap Trace: %"PRIu32" records (%"PRIu32" capacity) ======\n",  in heap_trace_dump_base()
310 esp_rom_printf("\nError: heap trace linked list is corrupt. expected more records.\n"); in heap_trace_dump_base()
329 esp_rom_printf("%6d bytes (@ %p%s) allocated CPU %d ccount 0x%08x caller ", in heap_trace_dump_base()
333 esp_rom_printf("%p%s", r_cur->alloced_by[j], in heap_trace_dump_base()
340 esp_rom_printf("\n"); in heap_trace_dump_base()
342 esp_rom_printf("\nfreed by "); in heap_trace_dump_base()
344 esp_rom_printf("%p%s", r_cur->freed_by[j], in heap_trace_dump_base()
353 esp_rom_printf("====== Heap Trace Summary ======\n"); in heap_trace_dump_base()
356 esp_rom_printf("Mode: Heap Trace All\n"); in heap_trace_dump_base()
357 esp_rom_printf("%"PRIu32" bytes alive in trace (%"PRIu32"/%"PRIu32" allocations)\n", in heap_trace_dump_base()
360 esp_rom_printf("Mode: Heap Trace Leaks\n"); in heap_trace_dump_base()
361esp_rom_printf("%"PRIu32" bytes 'leaked' in trace (%"PRIu32" allocations)\n", delta_size, delta_al… in heap_trace_dump_base()
364 esp_rom_printf("records: %"PRIu32" (%"PRIu32" capacity, %"PRIu32" high water mark)\n", in heap_trace_dump_base()
368 esp_rom_printf("hashmap: %"PRIu32" capacity (%"PRIu32" hits, %"PRIu32" misses)\n", in heap_trace_dump_base()
372 esp_rom_printf("total allocations: %"PRIu32"\n", total_allocations); in heap_trace_dump_base()
373 esp_rom_printf("total frees: %"PRIu32"\n", total_frees); in heap_trace_dump_base()
376esp_rom_printf("(NB: New entries were traced while dumping, so trace dump may have duplicate entri… in heap_trace_dump_base()
379 esp_rom_printf("(NB: Internal Buffer has overflowed, so trace data is incomplete.)\n"); in heap_trace_dump_base()
381 esp_rom_printf("================================\n"); in heap_trace_dump_base()