Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobmalloc.c2830 printone(FILE *out, const char* msg, size_t value) in printone() function
2876 (void)printone(out, buf2, num_blocks * sizeof_block); in _PyDebugAllocatorStats()
3023 (void)printone(out, "# times object malloc called", serialno); in _PyObject_DebugMallocStats()
3026 (void)printone(out, "# arenas allocated total", ntimes_arena_allocated); in _PyObject_DebugMallocStats()
3027 (void)printone(out, "# arenas reclaimed", ntimes_arena_allocated - narenas); in _PyObject_DebugMallocStats()
3028 (void)printone(out, "# arenas highwater mark", narenas_highwater); in _PyObject_DebugMallocStats()
3029 (void)printone(out, "# arenas allocated current", narenas); in _PyObject_DebugMallocStats()
3034 (void)printone(out, buf, narenas * ARENA_SIZE); in _PyObject_DebugMallocStats()
3039 total = printone(out, "# bytes in allocated blocks", allocated_bytes); in _PyObject_DebugMallocStats()
3040 total += printone(out, "# bytes in available blocks", available_bytes); in _PyObject_DebugMallocStats()
[all …]