Searched refs:narenas_highwater (Results 1 – 1 of 1) 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()1899 (void)printone("# arenas highwater mark", narenas_highwater); in _PyObject_DebugMallocStats()