Searched refs:kLargeAllocationMax (Results 1 – 2 of 2) sorted by relevance
1544 return kLargeAllocationMax; in GuaranteedAllocatable()1593 static const int kLargeAllocationMax = kMediumListMax; variable
2237 if (size_in_bytes <= kLargeAllocationMax) { in FindNodeFor()