netty-incubator-buffer-api/src/main/java/io/netty/buffer/api/memseg
Chris Vest e6a238b14d Add features to MemoryManager
The ability to allocate a buffer on a sub-region of some recoverable memory will be useful when porting over the arena-based pooling allocator from Netty.
2021-05-11 14:57:42 +02:00
..
AbstractMemorySegmentManager.java Add features to MemoryManager 2021-05-11 14:57:42 +02:00
HeapMemorySegmentManager.java More efficient const buffer implementations 2021-05-03 15:00:49 +02:00
MemSegBuffer.java Remove hacks related to the now lifted ByteBuffer/MemorySegment restrictions 2021-05-11 11:35:38 +02:00
NativeMemorySegmentManager.java More efficient const buffer implementations 2021-05-03 15:00:49 +02:00
package-info.java Rename Buf to Buffer and Allocator to BufferAllocator 2021-02-12 18:22:07 +01:00
SegmentMemoryManagers.java Add a ByteBuffer based implementation of Buffer 2021-03-18 15:18:22 +01:00