Searched refs:kTinyListMax (Results 1 – 1 of 1) sorted by relevance
1681 } else if (maximum_freed <= kTinyListMax) { in GuaranteedAllocatable()1793 static const size_t kTinyListMax = 0x1f * kPointerSize; variable1798 static const size_t kSmallAllocationMax = kTinyListMax;1820 } else if (size_in_bytes <= kTinyListMax) { in SelectFreeListCategoryType()