Home / Function/ newByteBuf() — netty Function Reference

newByteBuf() — netty Function Reference

Architecture documentation for the newByteBuf() function in PoolArena.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  b2dab5a1_2c8a_6b7d_7572_856bc384aa6d["newByteBuf()"]
  de926ba9_75e3_c416_27fc_3623234991a8["PoolArena"]
  b2dab5a1_2c8a_6b7d_7572_856bc384aa6d -->|defined in| de926ba9_75e3_c416_27fc_3623234991a8
  1d5acd1b_3766_a234_7ccb_465b1940ca4a["newByteBuf()"]
  1d5acd1b_3766_a234_7ccb_465b1940ca4a -->|calls| b2dab5a1_2c8a_6b7d_7572_856bc384aa6d
  655554c5_fa98_ac77_8032_ee339e241100["newByteBuf()"]
  655554c5_fa98_ac77_8032_ee339e241100 -->|calls| b2dab5a1_2c8a_6b7d_7572_856bc384aa6d
  2476a64f_8776_d678_76d8_c4cd7055f5df["allocate()"]
  2476a64f_8776_d678_76d8_c4cd7055f5df -->|calls| b2dab5a1_2c8a_6b7d_7572_856bc384aa6d
  1d5acd1b_3766_a234_7ccb_465b1940ca4a["newByteBuf()"]
  b2dab5a1_2c8a_6b7d_7572_856bc384aa6d -->|calls| 1d5acd1b_3766_a234_7ccb_465b1940ca4a
  style b2dab5a1_2c8a_6b7d_7572_856bc384aa6d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/PoolArena.java lines 577–577

    protected abstract PooledByteBuf<T> newByteBuf(int maxCapacity);

Domain

Subdomains

Calls

Frequently Asked Questions

What does newByteBuf() do?
newByteBuf() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/PoolArena.java.
Where is newByteBuf() defined?
newByteBuf() is defined in buffer/src/main/java/io/netty/buffer/PoolArena.java at line 577.
What does newByteBuf() call?
newByteBuf() calls 1 function(s): newByteBuf.
What calls newByteBuf()?
newByteBuf() is called by 3 function(s): allocate, newByteBuf, newByteBuf.

Analyze Your Own Codebase

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

Try Supermodel Free