final class CachingNativeMemoryAllocator.Bucket.CacheElement
extends jnr.ffi.util.ref.FinalizableWeakReference<java.lang.Object>
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.atomic.AtomicBoolean |
disposed |
private CachingNativeMemoryAllocator.Magazine |
magazine |
| Constructor and Description |
|---|
CacheElement(CachingNativeMemoryAllocator.Magazine magazine) |
| Modifier and Type | Method and Description |
|---|---|
void |
finalizeReferent() |
private final CachingNativeMemoryAllocator.Magazine magazine
private final java.util.concurrent.atomic.AtomicBoolean disposed
CacheElement(CachingNativeMemoryAllocator.Magazine magazine)