Home / Function/ memoryAddress() — netty Function Reference

memoryAddress() — netty Function Reference

Architecture documentation for the memoryAddress() function in IovArray.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  d37b3634_64af_1ccc_fc8c_413fe29ae253["memoryAddress()"]
  472075eb_7f6c_c7dd_f847_0a44a55d5687["IovArray"]
  d37b3634_64af_1ccc_fc8c_413fe29ae253 -->|defined in| 472075eb_7f6c_c7dd_f847_0a44a55d5687
  dbbdf2bf_9857_67f1_feae_8c9b81bc4bcd["IovArray()"]
  dbbdf2bf_9857_67f1_feae_8c9b81bc4bcd -->|calls| d37b3634_64af_1ccc_fc8c_413fe29ae253
  eccf2b30_f29c_ec2c_92e1_8fb71691212d["add()"]
  eccf2b30_f29c_ec2c_92e1_8fb71691212d -->|calls| d37b3634_64af_1ccc_fc8c_413fe29ae253
  021c1330_3aad_024d_251d_443291002f12["idx()"]
  d37b3634_64af_1ccc_fc8c_413fe29ae253 -->|calls| 021c1330_3aad_024d_251d_443291002f12
  style d37b3634_64af_1ccc_fc8c_413fe29ae253 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-unix-common/src/main/java/io/netty/channel/unix/IovArray.java lines 287–289

    public long memoryAddress(int offset) {
        return memoryAddress + idx(offset);
    }

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does memoryAddress() do?
memoryAddress() is a function in the netty codebase, defined in transport-native-unix-common/src/main/java/io/netty/channel/unix/IovArray.java.
Where is memoryAddress() defined?
memoryAddress() is defined in transport-native-unix-common/src/main/java/io/netty/channel/unix/IovArray.java at line 287.
What does memoryAddress() call?
memoryAddress() calls 1 function(s): idx.
What calls memoryAddress()?
memoryAddress() is called by 2 function(s): IovArray, add.

Analyze Your Own Codebase

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

Try Supermodel Free