netty-incubator-buffer-api/src/main/java/io/netty/buffer/api/unsafe
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
..
CleanerDrop.java UnsafeBuffer implementation, based on sun.misc.Unsafe 2021-04-08 14:44:58 +02:00
package-info.java UnsafeBuffer implementation, based on sun.misc.Unsafe 2021-04-08 14:44:58 +02:00
UnsafeBuffer.java Make sure that every allocation get their own unique Drop instance. 2021-05-17 15:15:19 +02:00
UnsafeMemory.java Add features to MemoryManager 2021-05-11 14:57:42 +02:00
UnsafeMemoryManager.java Make sure that every allocation get their own unique Drop instance. 2021-05-17 15:15:19 +02:00
UnsafeMemoryManagers.java UnsafeBuffer implementation, based on sun.misc.Unsafe 2021-04-08 14:44:58 +02:00