Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-internal.h252 static constexpr int kExternalAllocationSoftLimit = 64 * 1024 * 1024;
/external/v8/src/heap/
Dheap.h291 set_limit(total() + kExternalAllocationSoftLimit); in ResetAfterGC()
299 set_limit(amount + kExternalAllocationSoftLimit); in Update()
331 std::atomic<int64_t> limit_{kExternalAllocationSoftLimit};
/external/v8/src/common/
Dglobals.h312 constexpr int kExternalAllocationSoftLimit = variable
313 internal::Internals::kExternalAllocationSoftLimit;