OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inactive_size
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/renderer_host/
web_cache_manager.cc
219
size_t
inactive_size
= GetSize(inactive_tactic, inactive_stats);
local
222
if (global_size_limit_ < active_size +
inactive_size
)
226
size_t total_extra = global_size_limit_ - (active_size +
inactive_size
);
Completed in 19 milliseconds