Searched refs:kSmallListMax (Results 1 – 2 of 2) sorted by relevance
1412 static const int kSmallListMax = 0xff * kPointerSize; variable1416 static const int kMediumAllocationMax = kSmallListMax;
1879 if (size_in_bytes <= kSmallListMax) { in Free()