Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
Dstats-collector.cc20 constexpr size_t StatsCollector::kAllocationThresholdBytes; member in cppgc::internal::StatsCollector
63 static_cast<int64_t>(kAllocationThresholdBytes)) { in NotifySafePointForConservativeCollection()
Dstats-collector.h253 static constexpr size_t kAllocationThresholdBytes = 1024; variable