Home | History | Annotate | Download | only in Objects

Lines Matching refs:printone

1747 printone(const char* msg, size_t value)

1895 (void)printone("# times object malloc called", serialno);
1897 (void)printone("# arenas allocated total", ntimes_arena_allocated);
1898 (void)printone("# arenas reclaimed", ntimes_arena_allocated - narenas);
1899 (void)printone("# arenas highwater mark", narenas_highwater);
1900 (void)printone("# arenas allocated current", narenas);
1905 (void)printone(buf, narenas * ARENA_SIZE);
1909 total = printone("# bytes in allocated blocks", allocated_bytes);
1910 total += printone("# bytes in available blocks", available_bytes);
1914 total += printone(buf, (size_t)numfreepools * POOL_SIZE);
1916 total += printone("# bytes lost to pool headers", pool_header_bytes);
1917 total += printone("# bytes lost to quantization", quantization);
1918 total += printone("# bytes lost to arena alignment", arena_alignment);
1919 (void)printone("Total", total);