Searched refs:kSmallAllocationMax (Results 1 – 2 of 2) sorted by relevance
1729 return kSmallAllocationMax; in GuaranteedAllocatable()1808 static const int kSmallAllocationMax = kSmallListMin; variable
2530 if (size_in_bytes <= kSmallAllocationMax) { in AllocateChunk()