Home / Function/ allocateNormal() — netty Function Reference

allocateNormal() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  e8e3b809_f6ce_ff31_6add_bfbdca5637eb["allocateNormal()"]
  f4c407ea_9e8c_d00d_ea7e_e355c94f8aba["PoolThreadCache"]
  e8e3b809_f6ce_ff31_6add_bfbdca5637eb -->|defined in| f4c407ea_9e8c_d00d_ea7e_e355c94f8aba
  59ad3e91_bd0f_e86a_c592_5fbef948c057["cacheForNormal()"]
  e8e3b809_f6ce_ff31_6add_bfbdca5637eb -->|calls| 59ad3e91_bd0f_e86a_c592_5fbef948c057
  610ff9ad_3424_2b92_6d1b_26798bcd0ba8["allocate()"]
  e8e3b809_f6ce_ff31_6add_bfbdca5637eb -->|calls| 610ff9ad_3424_2b92_6d1b_26798bcd0ba8
  style e8e3b809_f6ce_ff31_6add_bfbdca5637eb fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/PoolThreadCache.java lines 153–155

    boolean allocateNormal(PoolArena<?> area, PooledByteBuf<?> buf, int reqCapacity, int sizeIdx) {
        return allocate(cacheForNormal(area, sizeIdx), buf, reqCapacity);
    }

Domain

Subdomains

Frequently Asked Questions

What does allocateNormal() do?
allocateNormal() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/PoolThreadCache.java.
Where is allocateNormal() defined?
allocateNormal() is defined in buffer/src/main/java/io/netty/buffer/PoolThreadCache.java at line 153.
What does allocateNormal() call?
allocateNormal() calls 2 function(s): allocate, cacheForNormal.

Analyze Your Own Codebase

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

Try Supermodel Free