netty-incubator-buffer-api/src/main/java/io/netty/buffer/api/memseg
Chris Vest 7775460984 Make bifurcate and ensureWritable more flexible
This supports more use cases.
The ensureWritable method can now amortise its allocation cost by allocating more than what is strictly necessary to satisfy the immediate call.
The bifurcate method can now split at a given offset.
2021-04-27 10:00:27 +02:00
..
AbstractMemorySegmentManager.java Update code to support bleeding edge MemorySegment APIs after the latest refactoring 2021-04-07 14:28:05 +02:00
HeapMemorySegmentManager.java Update code to support bleeding edge MemorySegment APIs after the latest refactoring 2021-04-07 14:28:05 +02:00
MemSegBuffer.java Make bifurcate and ensureWritable more flexible 2021-04-27 10:00:27 +02:00
NativeMemorySegmentManager.java Update APIs with the latest project-panama changes 2021-04-26 17:08:40 +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