Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dspaces.h1544 return kLargeAllocationMax; in GuaranteedAllocatable()
1593 static const int kLargeAllocationMax = kMediumListMax; variable
Dspaces.cc2237 if (size_in_bytes <= kLargeAllocationMax) { in FindNodeFor()