public class IntArrayAllocator extends Object
int[]s.
Not thread-safe!
| Modifier and Type | Field and Description |
|---|---|
protected Deque<int[]>[] |
arenas |
static net.daporkchop.lib.common.ref.Ref<IntArrayAllocator> |
DEFAULT |
protected int |
maxArenaSize |
| Constructor and Description |
|---|
IntArrayAllocator(int maxArenaSize) |
public static final net.daporkchop.lib.common.ref.Ref<IntArrayAllocator> DEFAULT
protected final Deque<int[]>[] arenas
protected final int maxArenaSize
Copyright © 2020. All rights reserved.