private static final class CachingNativeMemoryAllocator.Bucket
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
CachingNativeMemoryAllocator.Bucket.CacheElement |
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Set<CachingNativeMemoryAllocator.Bucket.CacheElement> |
cache |
(package private) int |
size |
| Constructor and Description |
|---|
Bucket(int size) |
| Modifier and Type | Method and Description |
|---|---|
(package private) CachingNativeMemoryAllocator.Magazine |
getMagazine() |
(package private) void |
recycle(CachingNativeMemoryAllocator.Magazine magazine) |
private void |
removeCacheElement(CachingNativeMemoryAllocator.Bucket.CacheElement e) |
final int size
java.util.Set<CachingNativeMemoryAllocator.Bucket.CacheElement> cache
CachingNativeMemoryAllocator.Magazine getMagazine()
void recycle(CachingNativeMemoryAllocator.Magazine magazine)
private void removeCacheElement(CachingNativeMemoryAllocator.Bucket.CacheElement e)