Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dinfcover.cc80 size_t total, highwater; /* total allocations, and largest total */ member
119 if (zone->total > zone->highwater) in mem_alloc()
120 zone->highwater = zone->total; in mem_alloc()
181 zone->highwater = 0; in mem_setup()
211 std::cout << prefix << ": " << zone->highwater << " high water mark" << std::endl; in mem_high()
/third_party/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()

Completed in 3 milliseconds