Home
last modified time | relevance | path

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

/external/v8/src/
Dglobals.h217 constexpr int kExternalAllocationSoftLimit = 64 * MB; variable
/external/v8/src/heap/
Dheap.cc139 external_memory_limit_(kExternalAllocationSoftLimit), in Heap()
1786 external_memory_limit_ = external_memory_ + kExternalAllocationSoftLimit; in PerformGarbageCollection()