Searched refs:kNotifyNativeInterval (Results 1 – 2 of 2) sorted by relevance
176 static constexpr uint32_t kNotifyNativeInterval = 64; variable179 static constexpr uint32_t kNotifyNativeInterval = 384; variable185 static constexpr size_t kCheckImmediatelyThreshold = (10'000'000 / kNotifyNativeInterval);343 return kNotifyNativeInterval; in GetNotifyNativeInterval()
4255 native_objects_notified_.fetch_add(kNotifyNativeInterval, std::memory_order_relaxed); in NotifyNativeAllocations()4268 if (objects_notified % kNotifyNativeInterval == kNotifyNativeInterval - 1 in RegisterNativeAllocation()