Home / Function/ AdaptiveByteBufAllocator() — netty Function Reference

AdaptiveByteBufAllocator() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  f95f6269_707a_cb2d_e5c5_1293cb0ec01f["AdaptiveByteBufAllocator()"]
  b5780ec9_74a4_594b_4225_0099765d71e7["AdaptiveByteBufAllocatorTest"]
  f95f6269_707a_cb2d_e5c5_1293cb0ec01f -->|defined in| b5780ec9_74a4_594b_4225_0099765d71e7
  a9a9e47f_2501_5fdc_9861_3d014f4150af["testAllocateWithoutLock()"]
  a9a9e47f_2501_5fdc_9861_3d014f4150af -->|calls| f95f6269_707a_cb2d_e5c5_1293cb0ec01f
  b68f5dee_3c15_32f9_3d78_784ccf32ba71["jfrChunkAllocation()"]
  b68f5dee_3c15_32f9_3d78_784ccf32ba71 -->|calls| f95f6269_707a_cb2d_e5c5_1293cb0ec01f
  aa2d00a0_08fb_4254_a909_8d9e0e915b76["jfrBufferAllocation()"]
  aa2d00a0_08fb_4254_a909_8d9e0e915b76 -->|calls| f95f6269_707a_cb2d_e5c5_1293cb0ec01f
  9c0171d1_e95a_5c33_7c50_1e92768136a1["jfrBufferAllocationThreadLocal()"]
  9c0171d1_e95a_5c33_7c50_1e92768136a1 -->|calls| f95f6269_707a_cb2d_e5c5_1293cb0ec01f
  style f95f6269_707a_cb2d_e5c5_1293cb0ec01f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/test/java/io/netty/buffer/AdaptiveByteBufAllocatorTest.java lines 53–56

    @Override
    protected AdaptiveByteBufAllocator newAllocator(boolean preferDirect) {
        return new AdaptiveByteBufAllocator(preferDirect);
    }

Domain

Subdomains

Frequently Asked Questions

What does AdaptiveByteBufAllocator() do?
AdaptiveByteBufAllocator() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/AdaptiveByteBufAllocatorTest.java.
Where is AdaptiveByteBufAllocator() defined?
AdaptiveByteBufAllocator() is defined in buffer/src/test/java/io/netty/buffer/AdaptiveByteBufAllocatorTest.java at line 53.
What calls AdaptiveByteBufAllocator()?
AdaptiveByteBufAllocator() is called by 4 function(s): jfrBufferAllocation, jfrBufferAllocationThreadLocal, jfrChunkAllocation, testAllocateWithoutLock.

Analyze Your Own Codebase

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

Try Supermodel Free