HomeSort by relevance Sort by last modified time
    Searched refs:kNotifyNativeInterval (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/
heap.h 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;
    [all...]
heap.cc     [all...]

Completed in 49 milliseconds