Home
last modified time | relevance | path

Searched refs:kExternalAllocationSoftLimit (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-internal.h430 static constexpr int kExternalAllocationSoftLimit = 64 * 1024 * 1024; member in v8::internal::Internals
/third_party/node/deps/v8/src/common/
H A Dglobals.h367 constexpr int kExternalAllocationSoftLimit = member
368 internal::Internals::kExternalAllocationSoftLimit;
/third_party/node/deps/v8/src/heap/
H A Dheap.h268 set_limit(total() + kExternalAllocationSoftLimit); in ResetAfterGC()
276 set_limit(amount + kExternalAllocationSoftLimit); in Update()
308 std::atomic<int64_t> limit_{kExternalAllocationSoftLimit};
/third_party/node/deps/v8/include/v8-include/
H A Dv8-internal.h628 static constexpr int kExternalAllocationSoftLimit = 64 * 1024 * 1024; member in v8::internal::Internals

Completed in 12 milliseconds