Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.h1731 return kMediumAllocationMax; in GuaranteedAllocatable()
1809 static const int kMediumAllocationMax = kSmallListMax; variable
Dspaces.cc2535 if (size_in_bytes <= kMediumAllocationMax) { in AllocateChunk()