Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobmalloc.c2939 size_t narenas = 0; in _PyObject_DebugMallocStats() local
2961 narenas += 1; in _PyObject_DebugMallocStats()
2997 assert(narenas == narenas_currently_allocated); in _PyObject_DebugMallocStats()
3027 (void)printone(out, "# arenas reclaimed", ntimes_arena_allocated - narenas); in _PyObject_DebugMallocStats()
3029 (void)printone(out, "# arenas allocated current", narenas); in _PyObject_DebugMallocStats()
3033 narenas, ARENA_SIZE); in _PyObject_DebugMallocStats()
3034 (void)printone(out, buf, narenas * ARENA_SIZE); in _PyObject_DebugMallocStats()
3050 assert(narenas * ARENA_SIZE == total); in _PyObject_DebugMallocStats()