public interface PoolSubpageMetric
Modifier and Type | Method and Description |
---|---|
int |
elementSize()
Return the size (in bytes) of the elements that will be allocated.
|
int |
maxNumElements()
Return the number of maximal elements that can be allocated out of the sub-page.
|
int |
numAvailable()
Return the number of available elements to be allocated.
|
int |
pageSize()
Return the size (in bytes) of this page.
|
int maxNumElements()
int numAvailable()
int elementSize()
int pageSize()
Copyright © 2008–2018 The Netty Project. All rights reserved.