Searched defs:MaxOldGenerationSize (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/heap/
H A Dheap.h902 int64_t external_memory_hard_limit() { return MaxOldGenerationSize() / 2; }
1340 size_t MaxOldGenerationSize() { return max_old_generation_size_; } function in class:v8::internal::GarbageCollectionReason::Heap
1905 return (OldGenerationCapacity() + size) < MaxOldGenerationSize();
1909 return OldGenerationCapacity() + slack >= MaxOldGenerationSize();

Completed in 76 milliseconds