Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/simple/
Dsimple_index.cc56 static const int kEstimatedEntryOverhead = 512; variable
425 sort_value *= i->second.GetEntrySize() + kEstimatedEntryOverhead; in StartEvictionIfNeeded()