Searched refs:narenas_highwater (Results 1 – 2 of 2) 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()
1162 static size_t narenas_highwater = 0; variable1253 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()