totalCapacity() — netty Function Reference
Architecture documentation for the totalCapacity() function in AdaptivePoolingAllocator.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 70c9ceec_2b0e_b9e0_f32d_7eab19cde8aa["totalCapacity()"] 165e9fab_51f7_8678_b955_a00810e947c9["ChunkRegistry"] 70c9ceec_2b0e_b9e0_f32d_7eab19cde8aa -->|defined in| 165e9fab_51f7_8678_b955_a00810e947c9 23251dba_16c8_89ce_b29e_494c1689a0cc["usedMemory()"] 23251dba_16c8_89ce_b29e_494c1689a0cc -->|calls| 70c9ceec_2b0e_b9e0_f32d_7eab19cde8aa style 70c9ceec_2b0e_b9e0_f32d_7eab19cde8aa fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/main/java/io/netty/buffer/AdaptivePoolingAllocator.java lines 1057–1059
public long totalCapacity() {
return totalCapacity.sum();
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does totalCapacity() do?
totalCapacity() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/AdaptivePoolingAllocator.java.
Where is totalCapacity() defined?
totalCapacity() is defined in buffer/src/main/java/io/netty/buffer/AdaptivePoolingAllocator.java at line 1057.
What calls totalCapacity()?
totalCapacity() is called by 1 function(s): usedMemory.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free