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

  /external/chromium/chrome/browser/renderer_host/
web_cache_manager.cc 234 size_t inactive_extra = 0; local
237 inactive_extra = total_extra / shares;
241 size_t active_extra = total_extra - inactive_extra;
245 AddToStrategy(inactive_renderers_, inactive_tactic, inactive_extra, strategy);

Completed in 96 milliseconds