Home / Function/ PooledByteBufAllocator() — netty Function Reference

PooledByteBufAllocator() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  fd5b10b7_1fc6_6bf3_f94d_1c41e0794e60["PooledByteBufAllocator()"]
  f5ea31b4_1e4c_94f0_32cf_d4ab3e538b0a["PooledByteBufAllocator"]
  fd5b10b7_1fc6_6bf3_f94d_1c41e0794e60 -->|defined in| f5ea31b4_1e4c_94f0_32cf_d4ab3e538b0a
  9e3cca92_cb0f_7d14_b519_7ba32799f355["PoolThreadLocalCache()"]
  fd5b10b7_1fc6_6bf3_f94d_1c41e0794e60 -->|calls| 9e3cca92_cb0f_7d14_b519_7ba32799f355
  f7d2fc1b_621e_f2d6_a105_854aba5e1426["validateAndCalculateChunkSize()"]
  fd5b10b7_1fc6_6bf3_f94d_1c41e0794e60 -->|calls| f7d2fc1b_621e_f2d6_a105_854aba5e1426
  a5991131_8934_cae6_4cf7_074afddd7e5d["isDirectMemoryCacheAlignmentSupported()"]
  fd5b10b7_1fc6_6bf3_f94d_1c41e0794e60 -->|calls| a5991131_8934_cae6_4cf7_074afddd7e5d
  138d7a28_a452_624b_555e_672c231e03df["validateAndCalculatePageShifts()"]
  fd5b10b7_1fc6_6bf3_f94d_1c41e0794e60 -->|calls| 138d7a28_a452_624b_555e_672c231e03df
  e956d2b7_55be_a178_cdd6_d78499ff2aae["newArenaArray()"]
  fd5b10b7_1fc6_6bf3_f94d_1c41e0794e60 -->|calls| e956d2b7_55be_a178_cdd6_d78499ff2aae
  30d2e970_986c_07b4_6ffc_e808caa05556["PooledByteBufAllocatorMetric()"]
  fd5b10b7_1fc6_6bf3_f94d_1c41e0794e60 -->|calls| 30d2e970_986c_07b4_6ffc_e808caa05556
  style fd5b10b7_1fc6_6bf3_f94d_1c41e0794e60 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/PooledByteBufAllocator.java lines 200–202

    public PooledByteBufAllocator() {
        this(false);
    }

Domain

Subdomains

Frequently Asked Questions

What does PooledByteBufAllocator() do?
PooledByteBufAllocator() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/PooledByteBufAllocator.java.
Where is PooledByteBufAllocator() defined?
PooledByteBufAllocator() is defined in buffer/src/main/java/io/netty/buffer/PooledByteBufAllocator.java at line 200.
What does PooledByteBufAllocator() call?
PooledByteBufAllocator() calls 6 function(s): PoolThreadLocalCache, PooledByteBufAllocatorMetric, isDirectMemoryCacheAlignmentSupported, newArenaArray, validateAndCalculateChunkSize, validateAndCalculatePageShifts.

Analyze Your Own Codebase

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

Try Supermodel Free