netty-incubator-buffer-api/src/main/java/io/netty/buffer/api/memseg
Chris Vest 12b38234e5 Make sure that every allocation get their own unique Drop instance.
This allows the pooling allocator to precisely control how each allocation should be dropped.
This is important to the pooling allocator, because it needs to know what arena, chunk, page, run, etc. is being freed, exactly.
2021-05-17 15:15:19 +02:00
..
AbstractMemorySegmentManager.java Make sure that every allocation get their own unique Drop instance. 2021-05-17 15:15:19 +02:00
HeapMemorySegmentManager.java First incomplete draft of porting over the pooling allocator 2021-05-11 14:57:42 +02:00
MemSegBuffer.java Make sure that every allocation get their own unique Drop instance. 2021-05-17 15:15:19 +02:00
NativeMemorySegmentManager.java First incomplete draft of porting over the pooling allocator 2021-05-11 14:57:42 +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