malloc_printf
malloc_printf(
malloc_printf("small: %12zu %-12s %12llu %12llu\n",
malloc_printf("large: %12zu %-12s %12llu %12llu\n",
malloc_printf("total: %12zu/%-12zu %12llu %12llu\n",
malloc_printf("bins: bin size regs pgs requests newruns"
malloc_printf("[%u..%u]\n",
malloc_printf("[%u]\n", gap_start);
malloc_printf(
malloc_printf("[%u..%u]\n", gap_start, i - 1);
malloc_printf("[%u]\n", gap_start);
malloc_printf("Allocated: %zu, mapped: %zu\n",
malloc_printf("chunks: nchunks "
malloc_printf(" %13llu%13lu%13lu\n",
malloc_printf(
malloc_printf(" %12llu %12llu %12llu %12zu\n",
malloc_printf(
static void malloc_printf(const char *format, ...);