Searched refs:kMediumAllocationMax (Results 1 – 2 of 2) sorted by relevance
1731 return kMediumAllocationMax; in GuaranteedAllocatable()1809 static const int kMediumAllocationMax = kSmallListMax; variable
2535 if (size_in_bytes <= kMediumAllocationMax) { in AllocateChunk()