incrementHeap() — netty Function Reference
Architecture documentation for the incrementHeap() function in UnpooledByteBufAllocator.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD a8161e32_05f2_2814_d64d_f8a57a64cc40["incrementHeap()"] e5651d92_5383_a8ce_bfcd_cd981e4f9b40["UnpooledByteBufAllocator"] a8161e32_05f2_2814_d64d_f8a57a64cc40 -->|defined in| e5651d92_5383_a8ce_bfcd_cd981e4f9b40 7fe91473_e539_4684_c2bb_100b00a72d23["allocateArray()"] 7fe91473_e539_4684_c2bb_100b00a72d23 -->|calls| a8161e32_05f2_2814_d64d_f8a57a64cc40 0a8eb85d_6ed9_1d4a_f4ce_a7b196f65500["allocateArray()"] 0a8eb85d_6ed9_1d4a_f4ce_a7b196f65500 -->|calls| a8161e32_05f2_2814_d64d_f8a57a64cc40 style a8161e32_05f2_2814_d64d_f8a57a64cc40 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/main/java/io/netty/buffer/UnpooledByteBufAllocator.java lines 130–132
void incrementHeap(int amount) {
metric.heapCounter.add(amount);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does incrementHeap() do?
incrementHeap() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/UnpooledByteBufAllocator.java.
Where is incrementHeap() defined?
incrementHeap() is defined in buffer/src/main/java/io/netty/buffer/UnpooledByteBufAllocator.java at line 130.
What calls incrementHeap()?
incrementHeap() is called by 2 function(s): allocateArray, allocateArray.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free