directBufferAddress() — netty Function Reference
Architecture documentation for the directBufferAddress() function in PlatformDependent.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 72fb7564_1e79_5d56_219c_e6db0408f262["directBufferAddress()"] 2e66d079_807f_6785_864f_73ab09fbc515["PlatformDependent"] 72fb7564_1e79_5d56_219c_e6db0408f262 -->|defined in| 2e66d079_807f_6785_864f_73ab09fbc515 48ac83f2_7017_6c5f_6f52_8496bd455ac2["freeDirectNoCleaner()"] 48ac83f2_7017_6c5f_6f52_8496bd455ac2 -->|calls| 72fb7564_1e79_5d56_219c_e6db0408f262 a1d689bd_4558_1e21_9c75_ae1e74a93859["ByteBuffer()"] a1d689bd_4558_1e21_9c75_ae1e74a93859 -->|calls| 72fb7564_1e79_5d56_219c_e6db0408f262 style 72fb7564_1e79_5d56_219c_e6db0408f262 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
common/src/main/java/io/netty/util/internal/PlatformDependent.java lines 616–618
public static long directBufferAddress(ByteBuffer buffer) {
return PlatformDependent0.directBufferAddress(buffer);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does directBufferAddress() do?
directBufferAddress() is a function in the netty codebase, defined in common/src/main/java/io/netty/util/internal/PlatformDependent.java.
Where is directBufferAddress() defined?
directBufferAddress() is defined in common/src/main/java/io/netty/util/internal/PlatformDependent.java at line 616.
What calls directBufferAddress()?
directBufferAddress() is called by 2 function(s): ByteBuffer, freeDirectNoCleaner.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free