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