Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobmalloc.c548 static size_t narenas_highwater = 0; variable
636 if (narenas_currently_allocated > narenas_highwater) in new_arena()
637 narenas_highwater = narenas_currently_allocated; in new_arena()
1905 (void)printone("# arenas highwater mark", narenas_highwater); in _PyObject_DebugMallocStats()
/external/python/cpython3/Objects/
Dobmalloc.c1162 static size_t narenas_highwater = 0; variable
1253 if (narenas_currently_allocated > narenas_highwater) in new_arena()
1254 narenas_highwater = narenas_currently_allocated; in new_arena()
2627 (void)printone(out, "# arenas highwater mark", narenas_highwater); in _PyObject_DebugMallocStats()