setNextAvail() — netty Function Reference
Architecture documentation for the setNextAvail() function in PoolSubpage.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 07ec09d1_e1cf_ca36_7a53_0a853eb310f7["setNextAvail()"] a6a571ea_fcf9_6eda_c073_f8d61fa999a3["PoolSubpage"] 07ec09d1_e1cf_ca36_7a53_0a853eb310f7 -->|defined in| a6a571ea_fcf9_6eda_c073_f8d61fa999a3 83bbb0dd_3188_7350_8354_910efc6a1ada["free()"] 83bbb0dd_3188_7350_8354_910efc6a1ada -->|calls| 07ec09d1_e1cf_ca36_7a53_0a853eb310f7 style 07ec09d1_e1cf_ca36_7a53_0a853eb310f7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/main/java/io/netty/buffer/PoolSubpage.java lines 169–171
private void setNextAvail(int bitmapIdx) {
nextAvail = bitmapIdx;
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does setNextAvail() do?
setNextAvail() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/PoolSubpage.java.
Where is setNextAvail() defined?
setNextAvail() is defined in buffer/src/main/java/io/netty/buffer/PoolSubpage.java at line 169.
What calls setNextAvail()?
setNextAvail() is called by 1 function(s): free.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free