Uses of Class
io.netty.buffer.AdaptivePoolingAllocator.IntStack
-
Packages that use AdaptivePoolingAllocator.IntStack Package Description io.netty.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message. -
-
Uses of AdaptivePoolingAllocator.IntStack in io.netty.buffer
Fields in io.netty.buffer declared as AdaptivePoolingAllocator.IntStack Modifier and Type Field Description private AdaptivePoolingAllocator.IntStackAdaptivePoolingAllocator.SizeClassedChunk. localFreeListMethods in io.netty.buffer that return AdaptivePoolingAllocator.IntStack Modifier and Type Method Description private AdaptivePoolingAllocator.IntStackAdaptivePoolingAllocator.SizeClassChunkController. createLocalFreeList()Methods in io.netty.buffer with parameters of type AdaptivePoolingAllocator.IntStack Modifier and Type Method Description private voidAdaptivePoolingAllocator.SizeClassedChunk. updateStateOnLocalReleaseSegment(int previousLocalSize, AdaptivePoolingAllocator.IntStack localFreeList)
-