Searched refs:highwater (Results 1 – 1 of 1) sorted by relevance
65 size_t total, highwater; /* total allocations, and largest total */ member104 if (zone->total > zone->highwater) in mem_alloc()105 zone->highwater = zone->total; in mem_alloc()166 zone->highwater = 0; in mem_setup()196 fprintf(stderr, "%s: %lu high water mark\n", prefix, zone->highwater); in mem_high()