Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h955 intptr_t adjusted_allocation_limit = limit - new_space_.Capacity(); in HeapIsFullEnoughToStartIncrementalMarking() local
957 if (PromotedTotalSize() >= adjusted_allocation_limit) return true; in HeapIsFullEnoughToStartIncrementalMarking()