Searched refs:Deallocator (Results 1 – 3 of 3) sorted by relevance
46 private static class Deallocator implements Runnable { class in NativeBuffer48 Deallocator(long address) { in Deallocator() method in NativeBuffer.Deallocator59 this.cleaner = Cleaner.create(this, new Deallocator(address)); in NativeBuffer()
71 private static class Deallocator implements Runnable { class in IOVecWrapper73 Deallocator(AllocatedNativeObject obj) { in Deallocator() method in IOVecWrapper.Deallocator104 Cleaner.create(wrapper, new Deallocator(wrapper.vecArray)); in get()
72 private static class Deallocator80 private Deallocator(long address, long size, int capacity) {137 cleaner = Cleaner.create(this, new Deallocator(base, size, cap));