Searched refs:narenas_highwater (Results 1 – 3 of 3) sorted by relevance
1241 static size_t narenas_highwater = 0; variable1616 if (narenas_currently_allocated > narenas_highwater) in new_arena()1617 narenas_highwater = narenas_currently_allocated; in new_arena()3028 (void)printone(out, "# arenas highwater mark", narenas_highwater); in _PyObject_DebugMallocStats()
12 Objects/obmalloc.c:narenas_highwater static size_t narenas_highwater
2898 Objects/obmalloc.c - narenas_highwater -