Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.h1729 return kSmallAllocationMax; in GuaranteedAllocatable()
1808 static const int kSmallAllocationMax = kSmallListMin; variable
Dspaces.cc2530 if (size_in_bytes <= kSmallAllocationMax) { in AllocateChunk()