Home
last modified time | relevance | path

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

/third_party/zlib/test/
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()
/third_party/skia/third_party/externals/zlib/contrib/tests/
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/skia/third_party/externals/zlib/patches/
D0005-infcover-gtest.patch118 - fprintf(stderr, "%s: %lu high water mark\n", prefix, zone->highwater);
119 + std::cout << prefix << ": " << zone->highwater << " high water mark" << std::endl;
/third_party/python/Objects/
Dlistsort.txt183 + Here's the highwater mark for the number of heap-based temp slots (4