Searched refs:kNotifyNativeInterval (Results 1 – 2 of 2) sorted by relevance
169 static constexpr uint32_t kNotifyNativeInterval = 32; variable172 static constexpr uint32_t kNotifyNativeInterval = 384; variable319 return kNotifyNativeInterval; in GetNotifyNativeInterval()
3952 native_objects_notified_.fetch_add(kNotifyNativeInterval, std::memory_order_relaxed); in NotifyNativeAllocations()3965 if (objects_notified % kNotifyNativeInterval == kNotifyNativeInterval - 1 in RegisterNativeAllocation()