Home
last modified time | relevance | path

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

/external/v8/src/
Dheap.cc66 static const int kMinimumAllocationLimit = 8*MB; variable
69 int Heap::old_gen_allocation_limit_ = kMinimumAllocationLimit;
571 old_gen_size + Max(kMinimumAllocationLimit, old_gen_size / 2); in PerformGarbageCollection()