PoolSubpage() — netty Function Reference
Architecture documentation for the PoolSubpage() function in PoolSubpage.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD d80c37e0_c3bb_6ddc_a97d_06bcb91a58c6["PoolSubpage()"] a6a571ea_fcf9_6eda_c073_f8d61fa999a3["PoolSubpage"] d80c37e0_c3bb_6ddc_a97d_06bcb91a58c6 -->|defined in| a6a571ea_fcf9_6eda_c073_f8d61fa999a3 895e2ccf_f556_7741_93ea_be5be86704c9["addToPool()"] d80c37e0_c3bb_6ddc_a97d_06bcb91a58c6 -->|calls| 895e2ccf_f556_7741_93ea_be5be86704c9 style d80c37e0_c3bb_6ddc_a97d_06bcb91a58c6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/main/java/io/netty/buffer/PoolSubpage.java lines 51–62
PoolSubpage(int headIndex) {
chunk = null;
lock = new ReentrantLock();
pageShifts = -1;
runOffset = -1;
elemSize = -1;
runSize = -1;
bitmap = null;
bitmapLength = -1;
maxNumElems = 0;
this.headIndex = headIndex;
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does PoolSubpage() do?
PoolSubpage() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/PoolSubpage.java.
Where is PoolSubpage() defined?
PoolSubpage() is defined in buffer/src/main/java/io/netty/buffer/PoolSubpage.java at line 51.
What does PoolSubpage() call?
PoolSubpage() calls 1 function(s): addToPool.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free