Package io.netty5.buffer.api.unsafe
A
Buffer
implementation that is based on sun.misc.Unsafe
.-
Class Summary Class Description UnsafeMemoryManager This memory manager produces and managesBuffer
instances that are usingUnsafe
to allocate and access memory.