Home
last modified time | relevance | path

Searched refs:printone (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dobmalloc.c1747 printone(const char* msg, size_t value) in printone() function
1895 (void)printone("# times object malloc called", serialno); in _PyObject_DebugMallocStats()
1897 (void)printone("# arenas allocated total", ntimes_arena_allocated); in _PyObject_DebugMallocStats()
1898 (void)printone("# arenas reclaimed", ntimes_arena_allocated - narenas); in _PyObject_DebugMallocStats()
1899 (void)printone("# arenas highwater mark", narenas_highwater); in _PyObject_DebugMallocStats()
1900 (void)printone("# arenas allocated current", narenas); in _PyObject_DebugMallocStats()
1905 (void)printone(buf, narenas * ARENA_SIZE); in _PyObject_DebugMallocStats()
1909 total = printone("# bytes in allocated blocks", allocated_bytes); in _PyObject_DebugMallocStats()
1910 total += printone("# bytes in available blocks", available_bytes); in _PyObject_DebugMallocStats()
1914 total += printone(buf, (size_t)numfreepools * POOL_SIZE); in _PyObject_DebugMallocStats()
[all …]