Home | History | Annotate | Download | only in Objects

Lines Matching refs:narenas_highwater

548 static size_t narenas_highwater = 0;
636 if (narenas_currently_allocated > narenas_highwater)
637 narenas_highwater = narenas_currently_allocated;
1905 (void)printone("# arenas highwater mark", narenas_highwater);