Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.h1540 return kSmallAllocationMax; in GuaranteedAllocatable()
1591 static const int kSmallAllocationMax = kSmallListMin - kPointerSize; variable
Dspaces.cc2215 if (size_in_bytes <= kSmallAllocationMax) { in FindNodeFor()