Home
last modified time | relevance | path

Searched refs:max_freed_bytes (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dmark-compact.cc3318 intptr_t max_freed_bytes = 0; in Sweep() local
3333 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()