Searched refs:kLargeAllocationMax (Results 1 – 2 of 2) sorted by relevance
1733 return kLargeAllocationMax; in GuaranteedAllocatable()1810 static const int kLargeAllocationMax = kMediumListMax; variable
2540 if (size_in_bytes <= kLargeAllocationMax) { in AllocateChunk()