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