Uses of Class
io.netty.buffer.PoolSubpage
Packages that use PoolSubpage
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
-
Uses of PoolSubpage in io.netty.buffer
Fields in io.netty.buffer declared as PoolSubpageModifier and TypeFieldDescription(package private) PoolSubpage
<T> PoolSubpage.next
(package private) PoolSubpage
<T> PoolSubpage.prev
(package private) final PoolSubpage<T>[]
PoolArena.smallSubpagePools
private final PoolSubpage<T>[]
PoolChunk.subpages
manage all subpages in this chunkMethods in io.netty.buffer that return PoolSubpageModifier and TypeMethodDescriptionprivate PoolSubpage<T>[]
PoolArena.newSubpagePoolArray
(int size) private PoolSubpage
<T> PoolArena.newSubpagePoolHead
(int index) Methods in io.netty.buffer with parameters of type PoolSubpageModifier and TypeMethodDescriptionprivate void
PoolSubpage.addToPool
(PoolSubpage<T> head) private long
PoolChunk.allocateSubpage
(int sizeIdx, PoolSubpage<T> head) Create / initialize a new PoolSubpage of normCapacity.private static void
PoolArena.appendPoolSubPages
(StringBuilder buf, PoolSubpage<?>[] subpages) private static void
PoolArena.destroyPoolSubPages
(PoolSubpage<?>[] pages) (package private) boolean
PoolSubpage.free
(PoolSubpage<T> head, int bitmapIdx) private static List
<PoolSubpageMetric> PoolArena.subPageMetricList
(PoolSubpage<?>[] pages) Constructors in io.netty.buffer with parameters of type PoolSubpageModifierConstructorDescription(package private)
PoolSubpage
(PoolSubpage<T> head, PoolChunk<T> chunk, int pageShifts, int runOffset, int runSize, int elemSize)