Searched refs:ntimes_arena_allocated (Results 1 – 2 of 2) 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()
1160 static size_t ntimes_arena_allocated = 0; variable1252 ++ntimes_arena_allocated; in new_arena()2625 (void)printone(out, "# arenas allocated total", ntimes_arena_allocated); in _PyObject_DebugMallocStats()2626 (void)printone(out, "# arenas reclaimed", ntimes_arena_allocated - narenas); in _PyObject_DebugMallocStats()