Relative Content

Tag Archive for javanettyjemallocmemory-poolnetty4

Why can’t I understand the code for Netty’s memory pool

I encountered a problem while learning about the netty memory pool. In the newSizeClass method of the SizeClasses class, log2Group、log2Delta、nDelta、pageShifts, And how to calculate isSubpage and log2DeltaLookup, I’m a bit confused about this code. Can someone help me explain it? Thank you very much.🥺