Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:allocation

88   // Revise our allocation strategy to account for this new renderer.
116 // it is given a fair cache allocation, but we defer this for a bit in
205 NOTREACHED() << "Unknown cache allocation tactic";
247 // We succeeded in computing an allocation strategy.
274 // Record the allocation in our strategy.
275 strategy->push_back(Allocation(*iter, cache_size));
281 // Inform each render process of its cache allocation.
282 AllocationStrategy::const_iterator allocation = strategy.begin();
283 while (allocation != strategy.end()) {
284 RenderProcessHost* host = RenderProcessHost::FromID(allocation->first);
287 size_t capacity = allocation->second;
303 ++allocation;
344 // Compute an allocation strategy.
353 // a large cache allocation.
382 NOTREACHED() << "Unable to find a cache allocation";
388 // allocation.