Searched defs:highwater (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/zlib-1.2.6/test/
H A Dinfcover.c65 size_t total, highwater; /* total allocations, and largest total */ member in struct:mem_zone
104 if (zone->total > zone->highwater)
105 zone->highwater = zone->total;
166 zone->highwater = 0;
196 fprintf(stderr, "%s: %lu high water mark\n", prefix, zone->highwater);

Completed in 374 milliseconds