Home | History | Annotate | Download | only in gc

Lines Matching refs:kNotifyNativeInterval

158   // Client should call NotifyNativeAllocation every kNotifyNativeInterval allocations.
159 // Should be chosen so that time_to_call_mallinfo / kNotifyNativeInterval is on the same order
162 static constexpr uint32_t kNotifyNativeInterval = 32;
165 static constexpr uint32_t kNotifyNativeInterval = 128;
169 // following. kCheckImmediatelyThreshold * kNotifyNativeInterval should be small enough to
299 // kNotifyNativeInterval such allocations.
304 return kNotifyNativeInterval;
1352 // Allows us to check for GC only roughly every kNotifyNativeInterval allocations.