Home
last modified time | relevance | path

Searched refs:kTinyListMax (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dspaces.h1681 } else if (maximum_freed <= kTinyListMax) { in GuaranteedAllocatable()
1793 static const size_t kTinyListMax = 0x1f * kPointerSize; variable
1798 static const size_t kSmallAllocationMax = kTinyListMax;
1820 } else if (size_in_bytes <= kTinyListMax) { in SelectFreeListCategoryType()