HomeSort by relevance Sort by last modified time
    Searched full:inactive_size (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/components/web_cache/browser/
web_cache_manager.cc 237 size_t inactive_size = GetSize(inactive_tactic, inactive_stats); local
240 if (global_size_limit_ < active_size + inactive_size)
244 size_t total_extra = global_size_limit_ - (active_size + inactive_size);

Completed in 37 milliseconds