Home / Function/ memoryAddressWithPosition() — netty Function Reference

memoryAddressWithPosition() — netty Function Reference

Architecture documentation for the memoryAddressWithPosition() function in Quiche.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  92d754ad_a2a2_4d58_4e8d_d135492131da["memoryAddressWithPosition()"]
  6971678f_642f_87e6_e277_8e03dc5756a8["Quiche"]
  92d754ad_a2a2_4d58_4e8d_d135492131da -->|defined in| 6971678f_642f_87e6_e277_8e03dc5756a8
  4cae12b7_9950_4f03_4290_1cee2d396c36["memoryAddress()"]
  4cae12b7_9950_4f03_4290_1cee2d396c36 -->|calls| 92d754ad_a2a2_4d58_4e8d_d135492131da
  7ad7614a_3d7f_953f_a6a6_4bbe20f68a51["isSameAddress()"]
  7ad7614a_3d7f_953f_a6a6_4bbe20f68a51 -->|calls| 92d754ad_a2a2_4d58_4e8d_d135492131da
  89a11fc0_c9ab_d56b_4098_7d210f71a86c["buffer_memory_address()"]
  92d754ad_a2a2_4d58_4e8d_d135492131da -->|calls| 89a11fc0_c9ab_d56b_4098_7d210f71a86c
  style 92d754ad_a2a2_4d58_4e8d_d135492131da fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-classes-quic/src/main/java/io/netty/handler/codec/quic/Quiche.java lines 794–797

    static long memoryAddressWithPosition(ByteBuffer buf) {
        assert buf.isDirect();
        return buffer_memory_address(buf) + buf.position();
    }

Domain

Subdomains

Frequently Asked Questions

What does memoryAddressWithPosition() do?
memoryAddressWithPosition() is a function in the netty codebase, defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/Quiche.java.
Where is memoryAddressWithPosition() defined?
memoryAddressWithPosition() is defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/Quiche.java at line 794.
What does memoryAddressWithPosition() call?
memoryAddressWithPosition() calls 1 function(s): buffer_memory_address.
What calls memoryAddressWithPosition()?
memoryAddressWithPosition() is called by 2 function(s): isSameAddress, memoryAddress.

Analyze Your Own Codebase

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

Try Supermodel Free