Searched refs:ntimes_arena_allocated (Results 1 – 4 of 4) sorted by relevance
546 static size_t ntimes_arena_allocated = 0; variable635 ++ntimes_arena_allocated; in new_arena()1903 (void)printone("# arenas allocated total", ntimes_arena_allocated); in _PyObject_DebugMallocStats()1904 (void)printone("# arenas reclaimed", ntimes_arena_allocated - narenas); in _PyObject_DebugMallocStats()
1207 static size_t ntimes_arena_allocated = 0; variable1316 ++ntimes_arena_allocated; in new_arena()2713 (void)printone(out, "# arenas allocated total", ntimes_arena_allocated); in _PyObject_DebugMallocStats()2714 (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…
549 Objects/obmalloc.c - ntimes_arena_allocated variable static size_t ntimes_arena_allocated