Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dspaces.h1541 } else if (maximum_freed <= kMediumListMax) { in GuaranteedAllocatable()
1589 static const int kMediumListMax = 0x7ff * kPointerSize; variable
1593 static const int kLargeAllocationMax = kMediumListMax;
Dspaces.cc2195 } else if (size_in_bytes <= kMediumListMax) { in Free()
2301 } else if (size_in_bytes <= kMediumListMax) { in FindNodeFor()