Searched refs:kSmallAllocationMax (Results 1 – 2 of 2) sorted by relevance
1540 return kSmallAllocationMax; in GuaranteedAllocatable()1591 static const int kSmallAllocationMax = kSmallListMin - kPointerSize; variable
2215 if (size_in_bytes <= kSmallAllocationMax) { in FindNodeFor()