Searched refs:kNotifyNativeInterval (Results 1 – 2 of 2) sorted by relevance
172 static constexpr uint32_t kNotifyNativeInterval = 64; variable175 static constexpr uint32_t kNotifyNativeInterval = 384; variable331 return kNotifyNativeInterval; in GetNotifyNativeInterval()
4171 native_objects_notified_.fetch_add(kNotifyNativeInterval, std::memory_order_relaxed); in NotifyNativeAllocations()4184 if (objects_notified % kNotifyNativeInterval == kNotifyNativeInterval - 1 in RegisterNativeAllocation()