Home
last modified time | relevance | path

Searched refs:highwater (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/zlib/test/
H A Dinfcover.c65 size_t total, highwater; /* total allocations, and largest total */ member
104 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()