OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:low_watermark_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/disk_cache/simple/
simple_index.cc
108
low_watermark_
(0),
174
low_watermark_
= max_size_ - 2 * (max_size_ / kEvictionMarginDivisor);
268
// Remove as many entries from the index to get below |
low_watermark_
|.
271
while (evicted_so_far_size < cache_size_ -
low_watermark_
) {
simple_index.h
160
uint64
low_watermark_
;
member in class:disk_cache::SimpleIndex
Completed in 133 milliseconds