Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobmalloc.c1239 static size_t ntimes_arena_allocated = 0; variable
1615 ++ntimes_arena_allocated; in new_arena()
3026 (void)printone(out, "# arenas allocated total", ntimes_arena_allocated); in _PyObject_DebugMallocStats()
3027 (void)printone(out, "# arenas reclaimed", ntimes_arena_allocated - narenas); in _PyObject_DebugMallocStats()
/third_party/python/Tools/c-analyzer/
DTODO14 Objects/obmalloc.c:ntimes_arena_allocated static size_t ntimes_arena_allocat…
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2897 Objects/obmalloc.c - ntimes_arena_allocated -