Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.h1536 static inline int GuaranteedAllocatable(int maximum_freed) { in GuaranteedAllocatable() argument
1537 if (maximum_freed < kSmallListMin) { in GuaranteedAllocatable()
1539 } else if (maximum_freed <= kSmallListMax) { in GuaranteedAllocatable()
1541 } else if (maximum_freed <= kMediumListMax) { in GuaranteedAllocatable()
1543 } else if (maximum_freed <= kLargeListMax) { in GuaranteedAllocatable()
1546 return maximum_freed; in GuaranteedAllocatable()