remove() — netty Function Reference
Architecture documentation for the remove() function in AdaptivePoolingAllocator.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 2b1d13b5_b5b9_8db8_baa4_b5edd12f88d0["remove()"] 165e9fab_51f7_8678_b955_a00810e947c9["ChunkRegistry"] 2b1d13b5_b5b9_8db8_baa4_b5edd12f88d0 -->|defined in| 165e9fab_51f7_8678_b955_a00810e947c9 8edf4271_5ef6_204f_a88c_f516a308944f["Chunk()"] 8edf4271_5ef6_204f_a88c_f516a308944f -->|calls| 2b1d13b5_b5b9_8db8_baa4_b5edd12f88d0 8581bfb7_29e0_ba76_9f0e_87d86c459049["offerChunk()"] 8581bfb7_29e0_ba76_9f0e_87d86c459049 -->|calls| 2b1d13b5_b5b9_8db8_baa4_b5edd12f88d0 98785a74_86ed_ffcc_d613_fd55a1cb34e4["deallocate()"] 98785a74_86ed_ffcc_d613_fd55a1cb34e4 -->|calls| 2b1d13b5_b5b9_8db8_baa4_b5edd12f88d0 006e8f47_e5d6_8354_9cd4_12fe398c12dd["add()"] 2b1d13b5_b5b9_8db8_baa4_b5edd12f88d0 -->|calls| 006e8f47_e5d6_8354_9cd4_12fe398c12dd 0d87a4f6_817c_89dc_baee_630435215d14["capacity()"] 2b1d13b5_b5b9_8db8_baa4_b5edd12f88d0 -->|calls| 0d87a4f6_817c_89dc_baee_630435215d14 style 2b1d13b5_b5b9_8db8_baa4_b5edd12f88d0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/main/java/io/netty/buffer/AdaptivePoolingAllocator.java lines 1065–1067
public void remove(Chunk chunk) {
totalCapacity.add(-chunk.capacity());
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does remove() do?
remove() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/AdaptivePoolingAllocator.java.
Where is remove() defined?
remove() is defined in buffer/src/main/java/io/netty/buffer/AdaptivePoolingAllocator.java at line 1065.
What does remove() call?
remove() calls 2 function(s): add, capacity.
What calls remove()?
remove() is called by 3 function(s): Chunk, deallocate, offerChunk.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free