Home / Function/ usedHeapMemory() — netty Function Reference

usedHeapMemory() — netty Function Reference

Architecture documentation for the usedHeapMemory() function in UnpooledByteBufAllocator.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  e18d6fb2_d718_c3ca_e508_f58110ccb2e6["usedHeapMemory()"]
  8aa5612e_6eca_638d_1952_2e8649ce7a81["UnpooledByteBufAllocatorMetric"]
  e18d6fb2_d718_c3ca_e508_f58110ccb2e6 -->|defined in| 8aa5612e_6eca_638d_1952_2e8649ce7a81
  eda5565a_c0bb_fcdc_ec64_6005784877b2["String()"]
  eda5565a_c0bb_fcdc_ec64_6005784877b2 -->|calls| e18d6fb2_d718_c3ca_e508_f58110ccb2e6
  style e18d6fb2_d718_c3ca_e508_f58110ccb2e6 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/UnpooledByteBufAllocator.java lines 288–291

        @Override
        public long usedHeapMemory() {
            return heapCounter.sum();
        }

Domain

Subdomains

Called By

Frequently Asked Questions

What does usedHeapMemory() do?
usedHeapMemory() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/UnpooledByteBufAllocator.java.
Where is usedHeapMemory() defined?
usedHeapMemory() is defined in buffer/src/main/java/io/netty/buffer/UnpooledByteBufAllocator.java at line 288.
What calls usedHeapMemory()?
usedHeapMemory() is called by 1 function(s): String.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free