Lines Matching refs:printone
2877 printone(FILE *out, const char* msg, size_t value)
2923 (void)printone(out, buf2, num_blocks * sizeof_block);
3068 (void)printone(out, "# times object malloc called", serialno);
3071 (void)printone(out, "# arenas allocated total", ntimes_arena_allocated);
3072 (void)printone(out, "# arenas reclaimed", ntimes_arena_allocated - narenas);
3073 (void)printone(out, "# arenas highwater mark", narenas_highwater);
3074 (void)printone(out, "# arenas allocated current", narenas);
3079 (void)printone(out, buf, narenas * ARENA_SIZE);
3084 total = printone(out, "# bytes in allocated blocks", allocated_bytes);
3085 total += printone(out, "# bytes in available blocks", available_bytes);
3089 total += printone(out, buf, (size_t)numfreepools * POOL_SIZE);
3091 total += printone(out, "# bytes lost to pool headers", pool_header_bytes);
3092 total += printone(out, "# bytes lost to quantization", quantization);
3093 total += printone(out, "# bytes lost to arena alignment", arena_alignment);
3094 (void)printone(out, "Total", total);
3100 (void)printone(out, "# arena map mid nodes", arena_map_mid_count);
3101 (void)printone(out, "# arena map bot nodes", arena_map_bot_count);
3104 total = printone(out, "# bytes lost to arena map root", sizeof(arena_map_root));
3106 total += printone(out, "# bytes lost to arena map mid",
3108 total += printone(out, "# bytes lost to arena map bot",
3110 (void)printone(out, "Total", total);