Searched refs:kAllocationThresholdBytes (Results 1 – 2 of 2) sorted by relevance
20 constexpr size_t StatsCollector::kAllocationThresholdBytes; member in cppgc::internal::StatsCollector63 static_cast<int64_t>(kAllocationThresholdBytes)) { in NotifySafePointForConservativeCollection()
253 static constexpr size_t kAllocationThresholdBytes = 1024; variable