Home
last modified time | relevance | path

Searched refs:narenas (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dobmalloc.c2986 size_t narenas = 0; in _PyObject_DebugMallocStats() local
2987 /* running total -- should equal narenas * ARENA_SIZE */ in _PyObject_DebugMallocStats()
3007 narenas += 1; in _PyObject_DebugMallocStats()
3042 assert(narenas == narenas_currently_allocated); in _PyObject_DebugMallocStats()
3072 (void)printone(out, "# arenas reclaimed", ntimes_arena_allocated - narenas); in _PyObject_DebugMallocStats()
3074 (void)printone(out, "# arenas allocated current", narenas); in _PyObject_DebugMallocStats()
3078 narenas, ARENA_SIZE); in _PyObject_DebugMallocStats()
3079 (void)printone(out, buf, narenas * ARENA_SIZE); in _PyObject_DebugMallocStats()
3095 assert(narenas * ARENA_SIZE == total); in _PyObject_DebugMallocStats()

Completed in 4 milliseconds