Home
last modified time | relevance | path

Searched refs:notifyImmediateThreshold (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/util/
DNativeAllocationRegistry.java295 final long notifyImmediateThreshold = 300000; in registerNativeAllocation() local
296 if (size >= notifyImmediateThreshold) { in registerNativeAllocation()