Home / Function/ testAllocateHeapBuffer() — netty Function Reference

testAllocateHeapBuffer() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  3cfcf416_57c5_d367_ed41_452b08c2c77c["testAllocateHeapBuffer()"]
  16452743_407c_c5f6_ee9f_baa8b84020f0["Lz4FrameEncoderTest"]
  3cfcf416_57c5_d367_ed41_452b08c2c77c -->|defined in| 16452743_407c_c5f6_ee9f_baa8b84020f0
  d53150d4_a5fb_32f4_fc51_9c98d577a401["testAllocateBuffer()"]
  3cfcf416_57c5_d367_ed41_452b08c2c77c -->|calls| d53150d4_a5fb_32f4_fc51_9c98d577a401
  style 3cfcf416_57c5_d367_ed41_452b08c2c77c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-compression/src/test/java/io/netty/handler/codec/compression/Lz4FrameEncoderTest.java lines 115–121

    @Test
    public void testAllocateHeapBuffer() {
        final int blockSize = 100;
        testAllocateBuffer(blockSize, blockSize - 13, false);
        testAllocateBuffer(blockSize, blockSize * 5, false);
        testAllocateBuffer(blockSize, NONALLOCATABLE_SIZE, false);
    }

Domain

Subdomains

Frequently Asked Questions

What does testAllocateHeapBuffer() do?
testAllocateHeapBuffer() is a function in the netty codebase, defined in codec-compression/src/test/java/io/netty/handler/codec/compression/Lz4FrameEncoderTest.java.
Where is testAllocateHeapBuffer() defined?
testAllocateHeapBuffer() is defined in codec-compression/src/test/java/io/netty/handler/codec/compression/Lz4FrameEncoderTest.java at line 115.
What does testAllocateHeapBuffer() call?
testAllocateHeapBuffer() calls 1 function(s): testAllocateBuffer.

Analyze Your Own Codebase

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

Try Supermodel Free