Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobmalloc.c546 static size_t ntimes_arena_allocated = 0; variable
635 ++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()
/external/python/cpython3/Objects/
Dobmalloc.c1160 static size_t ntimes_arena_allocated = 0; variable
1252 ++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()