Uses of Interface
io.netty5.buffer.api.pool.PoolSubpageMetric
-
Packages that use PoolSubpageMetric Package Description io.netty5.buffer.api.pool A poolingBufferAllocatorimplementation based on jemalloc. -
-
Uses of PoolSubpageMetric in io.netty5.buffer.api.pool
Methods in io.netty5.buffer.api.pool that return types with arguments of type PoolSubpageMetric Modifier and Type Method Description List<PoolSubpageMetric>PoolArenaMetric. smallSubpages()Returns an unmodifiableListwhich holdsPoolSubpageMetrics for small sub-pages.
-