Searched refs:ntimes_arena_allocated (Results 1 – 3 of 3) sorted by relevance
1239 static size_t ntimes_arena_allocated = 0; variable1615 ++ntimes_arena_allocated; in new_arena()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()
14 Objects/obmalloc.c:ntimes_arena_allocated static size_t ntimes_arena_allocat…
2897 Objects/obmalloc.c - ntimes_arena_allocated -