Searched refs:maximum_freed (Results 1 – 1 of 1) sorted by relevance
1536 static inline int GuaranteedAllocatable(int maximum_freed) { in GuaranteedAllocatable() argument1537 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()