Searched refs:allocationCount (Results 1 – 1 of 1) sorted by relevance
182 private final AtomicInteger allocationCount = new AtomicInteger(0); field in VMRuntime572 if (allocationCount.addAndGet(1) % myNotifyNativeInterval == 0) { in notifyNativeAllocation()