Home / Function/ usedDirectMemory() — netty Function Reference

usedDirectMemory() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/UnpooledByteBufAllocator.java lines 293–296

        @Override
        public long usedDirectMemory() {
            return directCounter.sum();
        }

Domain

Subdomains

Called By

Frequently Asked Questions

What does usedDirectMemory() do?
usedDirectMemory() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/UnpooledByteBufAllocator.java.
Where is usedDirectMemory() defined?
usedDirectMemory() is defined in buffer/src/main/java/io/netty/buffer/UnpooledByteBufAllocator.java at line 293.
What calls usedDirectMemory()?
usedDirectMemory() 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