Searched refs:max_freed_bytes (Results 1 – 1 of 1) sorted by relevance
3318 intptr_t max_freed_bytes = 0; in Sweep() local3333 max_freed_bytes = Max(freed_bytes, max_freed_bytes); in Sweep()3367 max_freed_bytes = Max(freed_bytes, max_freed_bytes); in Sweep()3383 return FreeList::GuaranteedAllocatable(static_cast<int>(max_freed_bytes)); in Sweep()