Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.h1676 static inline size_t GuaranteedAllocatable(size_t maximum_freed) { in GuaranteedAllocatable() function
Dmark-compact.cc3469 return static_cast<int>(FreeList::GuaranteedAllocatable(max_freed_bytes)); in RawSweep()