Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dobmalloc.c1270 static size_t ntimes_arena_allocated = 0; variable
1662 ++ntimes_arena_allocated; in new_arena()
3071 (void)printone(out, "# arenas allocated total", ntimes_arena_allocated); in _PyObject_DebugMallocStats()
3072 (void)printone(out, "# arenas reclaimed", ntimes_arena_allocated - narenas); in _PyObject_DebugMallocStats()

Completed in 6 milliseconds