Package | Description |
---|---|
io.netty.buffer |
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
|
Modifier and Type | Field and Description |
---|---|
(package private) PoolSubpage<T> |
PoolSubpage.next |
(package private) PoolSubpage<T> |
PoolSubpage.prev |
private PoolSubpage<T>[] |
PoolArena.smallSubpagePools |
private PoolSubpage<T>[] |
PoolChunk.subpages |
private PoolSubpage<T>[] |
PoolArena.tinySubpagePools |
Modifier and Type | Method and Description |
---|---|
(package private) PoolSubpage<T> |
PoolArena.findSubpagePoolHead(int elemSize) |
private PoolSubpage<T>[] |
PoolChunk.newSubpageArray(int size) |
private PoolSubpage<T>[] |
PoolArena.newSubpagePoolArray(int size) |
private PoolSubpage<T> |
PoolArena.newSubpagePoolHead(int pageSize) |
Modifier and Type | Method and Description |
---|---|
private void |
PoolSubpage.addToPool(PoolSubpage<T> head) |
private static void |
PoolArena.appendPoolSubPages(java.lang.StringBuilder buf,
PoolSubpage<?>[] subpages) |
private static void |
PoolArena.destroyPoolSubPages(PoolSubpage<?>[] pages) |
(package private) boolean |
PoolSubpage.free(PoolSubpage<T> head,
int bitmapIdx) |
(package private) void |
PoolSubpage.init(PoolSubpage<T> head,
int elemSize) |
private static java.util.List<PoolSubpageMetric> |
PoolArena.subPageMetricList(PoolSubpage<?>[] pages) |
Constructor and Description |
---|
PoolSubpage(PoolSubpage<T> head,
PoolChunk<T> chunk,
int memoryMapIdx,
int runOffset,
int pageSize,
int elemSize) |