Home / Function/ initBuf() — netty Function Reference

initBuf() — netty Function Reference

Architecture documentation for the initBuf() function in PoolThreadCache.java from the netty codebase.

Function java Buffer Search calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  fd5403bf_84dc_665d_0863_1a784edbddd7["initBuf()"]
  a4d6715f_8e89_41fa_05cc_d305ad068060["MemoryRegionCache"]
  fd5403bf_84dc_665d_0863_1a784edbddd7 -->|defined in| a4d6715f_8e89_41fa_05cc_d305ad068060
  d2411f75_19a8_98b1_f2a5_14513a93a02e["initBuf()"]
  d2411f75_19a8_98b1_f2a5_14513a93a02e -->|calls| fd5403bf_84dc_665d_0863_1a784edbddd7
  e3602d3b_35c5_118b_c936_18fa5ef5b490["initBuf()"]
  e3602d3b_35c5_118b_c936_18fa5ef5b490 -->|calls| fd5403bf_84dc_665d_0863_1a784edbddd7
  a1659e79_8236_9951_f1d0_62b19f3b2ca7["allocate()"]
  a1659e79_8236_9951_f1d0_62b19f3b2ca7 -->|calls| fd5403bf_84dc_665d_0863_1a784edbddd7
  e3602d3b_35c5_118b_c936_18fa5ef5b490["initBuf()"]
  fd5403bf_84dc_665d_0863_1a784edbddd7 -->|calls| e3602d3b_35c5_118b_c936_18fa5ef5b490
  style fd5403bf_84dc_665d_0863_1a784edbddd7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/PoolThreadCache.java lines 343–344

        protected abstract void initBuf(PoolChunk<T> chunk, ByteBuffer nioBuffer, long handle,
                                        PooledByteBuf<T> buf, int reqCapacity, PoolThreadCache threadCache);

Domain

Subdomains

Calls

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free