Home
last modified time | relevance | path

Searched refs:ntimes_arena_allocated (Results 1 – 4 of 4) 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.c1207 static size_t ntimes_arena_allocated = 0; variable
1316 ++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()
/external/python/cpython3/Tools/c-analyzer/
DTODO14 Objects/obmalloc.c:ntimes_arena_allocated static size_t ntimes_arena_allocat…
Dknown.tsv549 Objects/obmalloc.c - ntimes_arena_allocated variable static size_t ntimes_arena_allocated