allocReadExpected() — netty Function Reference
Architecture documentation for the allocReadExpected() function in IoUringAdaptiveBufferRingAllocatorTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 736fe095_d68b_e38f_fd45_287d9989d67f["allocReadExpected()"] 532266ae_9a19_f7f1_79fa_00f339859d6d["IoUringAdaptiveBufferRingAllocatorTest"] 736fe095_d68b_e38f_fd45_287d9989d67f -->|defined in| 532266ae_9a19_f7f1_79fa_00f339859d6d 01feb284_b7f0_1af5_544a_6b2a21fedfcb["rampUpWhenLargeDataPending()"] 01feb284_b7f0_1af5_544a_6b2a21fedfcb -->|calls| 736fe095_d68b_e38f_fd45_287d9989d67f 24515e64_f051_0dee_37e3_0e6a53888236["lastPartialReadDoesNotRampDown()"] 24515e64_f051_0dee_37e3_0e6a53888236 -->|calls| 736fe095_d68b_e38f_fd45_287d9989d67f ec623a32_eef3_9037_555f_afffc4800095["lastPartialReadCanRampUp()"] ec623a32_eef3_9037_555f_afffc4800095 -->|calls| 736fe095_d68b_e38f_fd45_287d9989d67f 729f62b9_75e3_52cf_3816_4da594c5eea6["doesNotExceedMaximum()"] 729f62b9_75e3_52cf_3816_4da594c5eea6 -->|calls| 736fe095_d68b_e38f_fd45_287d9989d67f 1f40a908_45ad_1434_a86a_a8c3a8859689["doesSetCorrectMinBounds()"] 1f40a908_45ad_1434_a86a_a8c3a8859689 -->|calls| 736fe095_d68b_e38f_fd45_287d9989d67f cf42edfa_132a_3dd8_b2d2_a0241b7b8d39["allocRead()"] 736fe095_d68b_e38f_fd45_287d9989d67f -->|calls| cf42edfa_132a_3dd8_b2d2_a0241b7b8d39 style 736fe095_d68b_e38f_fd45_287d9989d67f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringAdaptiveBufferRingAllocatorTest.java lines 90–93
private static void allocReadExpected(IoUringAdaptiveBufferRingAllocator allocator,
int expectedSize) {
allocRead(allocator, expectedSize, expectedSize);
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does allocReadExpected() do?
allocReadExpected() is a function in the netty codebase, defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringAdaptiveBufferRingAllocatorTest.java.
Where is allocReadExpected() defined?
allocReadExpected() is defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringAdaptiveBufferRingAllocatorTest.java at line 90.
What does allocReadExpected() call?
allocReadExpected() calls 1 function(s): allocRead.
What calls allocReadExpected()?
allocReadExpected() is called by 5 function(s): doesNotExceedMaximum, doesSetCorrectMinBounds, lastPartialReadCanRampUp, lastPartialReadDoesNotRampDown, rampUpWhenLargeDataPending.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free