Searched refs:highwater (Results 1 – 4 of 4) sorted by relevance
/third_party/zlib/test/ |
D | infcover.c | 65 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/ |
D | infcover.cc | 80 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/ |
D | 0005-infcover-gtest.patch | 118 - 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/ |
D | listsort.txt | 183 + Here's the highwater mark for the number of heap-based temp slots (4
|