Home / All Entities

All Entities

Browse all 36,217 entities in the netty Architecture Docs architecture documentation — every file, function, class, type, domain, and directory.

36,217 entities · Page 573 of 755

numActiveAllocations() — netty Function Reference
Architecture documentation for the numActiveAllocations() function in PoolArena.java from the netty codebase.
Function java
numActiveBytes() — netty Function Reference
Architecture documentation for the numActiveBytes() function in PoolArena.java from the netty codebase.
Function java
numActiveChunks() — netty Function Reference
Architecture documentation for the numActiveChunks() function in PoolArena.java from the netty codebase.
Function java
numActiveHugeAllocations() — netty Function Reference
Architecture documentation for the numActiveHugeAllocations() function in PoolArena.java from the netty codebase.
Function java
numActiveNormalAllocations() — netty Function Reference
Architecture documentation for the numActiveNormalAllocations() function in PoolArena.java from the netty codebase.
Function java
numActiveSmallAllocations() — netty Function Reference
Architecture documentation for the numActiveSmallAllocations() function in PoolArena.java from the netty codebase.
Function java
numActiveTinyAllocations() — netty Function Reference
Architecture documentation for the numActiveTinyAllocations() function in PoolArena.java from the netty codebase.
Function java
numAllocations() — netty Function Reference
Architecture documentation for the numAllocations() function in PoolArena.java from the netty codebase.
Function java
numChunkAllocations() — netty Function Reference
Architecture documentation for the numChunkAllocations() function in PoolArena.java from the netty codebase.
Function java
numChunkDeallocations() — netty Function Reference
Architecture documentation for the numChunkDeallocations() function in PoolArena.java from the netty codebase.
Function java
numChunkLists() — netty Function Reference
Architecture documentation for the numChunkLists() function in PoolArena.java from the netty codebase.
Function java
numDeallocations() — netty Function Reference
Architecture documentation for the numDeallocations() function in PoolArena.java from the netty codebase.
Function java
numHugeAllocations() — netty Function Reference
Architecture documentation for the numHugeAllocations() function in PoolArena.java from the netty codebase.
Function java
numHugeDeallocations() — netty Function Reference
Architecture documentation for the numHugeDeallocations() function in PoolArena.java from the netty codebase.
Function java
numNormalAllocations() — netty Function Reference
Architecture documentation for the numNormalAllocations() function in PoolArena.java from the netty codebase.
Function java
numNormalDeallocations() — netty Function Reference
Architecture documentation for the numNormalDeallocations() function in PoolArena.java from the netty codebase.
Function java
numPinnedBytes() — netty Function Reference
Architecture documentation for the numPinnedBytes() function in PoolArena.java from the netty codebase.
Function java
numSmallAllocations() — netty Function Reference
Architecture documentation for the numSmallAllocations() function in PoolArena.java from the netty codebase.
Function java
numSmallDeallocations() — netty Function Reference
Architecture documentation for the numSmallDeallocations() function in PoolArena.java from the netty codebase.
Function java
numSmallSubpages() — netty Function Reference
Architecture documentation for the numSmallSubpages() function in PoolArena.java from the netty codebase.
Function java
numThreadCaches() — netty Function Reference
Architecture documentation for the numThreadCaches() function in PoolArena.java from the netty codebase.
Function java
numTinyAllocations() — netty Function Reference
Architecture documentation for the numTinyAllocations() function in PoolArena.java from the netty codebase.
Function java
numTinyDeallocations() — netty Function Reference
Architecture documentation for the numTinyDeallocations() function in PoolArena.java from the netty codebase.
Function java
numTinySubpages() — netty Function Reference
Architecture documentation for the numTinySubpages() function in PoolArena.java from the netty codebase.
Function java
pageIdx2size() — netty Function Reference
Architecture documentation for the pageIdx2size() function in PoolArena.java from the netty codebase.
Function java
pageIdx2sizeCompute() — netty Function Reference
Architecture documentation for the pageIdx2sizeCompute() function in PoolArena.java from the netty codebase.
Function java
pages2pageIdx() — netty Function Reference
Architecture documentation for the pages2pageIdx() function in PoolArena.java from the netty codebase.
Function java
pages2pageIdxFloor() — netty Function Reference
Architecture documentation for the pages2pageIdxFloor() function in PoolArena.java from the netty codebase.
Function java
PoolArena() — netty Function Reference
Architecture documentation for the PoolArena() function in PoolArena.java from the netty codebase.
Function java
reallocate() — netty Function Reference
Architecture documentation for the reallocate() function in PoolArena.java from the netty codebase.
Function java
size2SizeIdx() — netty Function Reference
Architecture documentation for the size2SizeIdx() function in PoolArena.java from the netty codebase.
Function java
SizeClass() — netty Function Reference
Architecture documentation for the SizeClass() function in PoolArena.java from the netty codebase.
Function java
sizeIdx2size() — netty Function Reference
Architecture documentation for the sizeIdx2size() function in PoolArena.java from the netty codebase.
Function java
sizeIdx2sizeCompute() — netty Function Reference
Architecture documentation for the sizeIdx2sizeCompute() function in PoolArena.java from the netty codebase.
Function java
smallSubpages() — netty Function Reference
Architecture documentation for the smallSubpages() function in PoolArena.java from the netty codebase.
Function java
String() — netty Function Reference
Architecture documentation for the String() function in PoolArena.java from the netty codebase.
Function java
subPageMetricList() — netty Function Reference
Architecture documentation for the subPageMetricList() function in PoolArena.java from the netty codebase.
Function java
tcacheAllocateNormal() — netty Function Reference
Architecture documentation for the tcacheAllocateNormal() function in PoolArena.java from the netty codebase.
Function java
tcacheAllocateSmall() — netty Function Reference
Architecture documentation for the tcacheAllocateSmall() function in PoolArena.java from the netty codebase.
Function java
tinySubpages() — netty Function Reference
Architecture documentation for the tinySubpages() function in PoolArena.java from the netty codebase.
Function java
unlock() — netty Function Reference
Architecture documentation for the unlock() function in PoolArena.java from the netty codebase.
Function java
testAllocationCounter() — netty Function Reference
Architecture documentation for the testAllocationCounter() function in PoolArenaTest.java from the netty codebase.
Function java
testDirectArenaMemoryCopy() — netty Function Reference
Architecture documentation for the testDirectArenaMemoryCopy() function in PoolArenaTest.java from the netty codebase.
Function java
testNormalizeAlignedCapacity() — netty Function Reference
Architecture documentation for the testNormalizeAlignedCapacity() function in PoolArenaTest.java from the netty codebase.
Function java
testNormalizeCapacity() — netty Function Reference
Architecture documentation for the testNormalizeCapacity() function in PoolArenaTest.java from the netty codebase.
Function java
testPageIdx2size() — netty Function Reference
Architecture documentation for the testPageIdx2size() function in PoolArenaTest.java from the netty codebase.
Function java
testPages2PageIdx() — netty Function Reference
Architecture documentation for the testPages2PageIdx() function in PoolArenaTest.java from the netty codebase.
Function java
testSize2SizeIdx() — netty Function Reference
Architecture documentation for the testSize2SizeIdx() function in PoolArenaTest.java from the netty codebase.
Function java

Analyze Your Own Codebase

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

Try Supermodel Free