HomeSort by relevance Sort by last modified time
    Searched refs:highwater (Results 1 - 2 of 2) sorted by null

  /external/zlib/src/test/
infcover.c 65 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);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
perfect.c 461 ub4 highwater, /* a value higher than any now in tabb[].water_b */
507 if (childb->water_b == highwater) break; /* already explored */
514 if (childb) childb->water_b = highwater;
    [all...]

Completed in 210 milliseconds