Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobmalloc.c546 static size_t ntimes_arena_allocated = 0; variable
635 ++ntimes_arena_allocated; in new_arena()
1897 (void)printone("# arenas allocated total", ntimes_arena_allocated); in _PyObject_DebugMallocStats()
1898 (void)printone("# arenas reclaimed", ntimes_arena_allocated - narenas); in _PyObject_DebugMallocStats()