Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.h1733 return kLargeAllocationMax; in GuaranteedAllocatable()
1810 static const int kLargeAllocationMax = kMediumListMax; variable
Dspaces.cc2540 if (size_in_bytes <= kLargeAllocationMax) { in AllocateChunk()