Searched refs:narenas_highwater (Results 1 – 4 of 4) sorted by relevance
548 static size_t narenas_highwater = 0; variable636 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()
1209 static size_t narenas_highwater = 0; variable1317 if (narenas_currently_allocated > narenas_highwater) in new_arena()1318 narenas_highwater = narenas_currently_allocated; in new_arena()2715 (void)printone(out, "# arenas highwater mark", narenas_highwater); in _PyObject_DebugMallocStats()
12 Objects/obmalloc.c:narenas_highwater static size_t narenas_highwater
534 Objects/obmalloc.c - narenas_highwater variable static size_t narenas_highwater