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

  /external/chromium/net/disk_cache/
mem_backend_impl.cc 18 const int kCleanUpMargin = 1024 * 1024;
21 if (high_water < kCleanUpMargin)
24 return high_water - kCleanUpMargin;
eviction.cc 6 // the list are evicted until kCleanUpMargin free space is available. There is
47 const int kCleanUpMargin = 1024 * 1024;
53 if (high_water < kCleanUpMargin)
56 return high_water - kCleanUpMargin;

Completed in 73 milliseconds