Chris Vest
8b0ea44f02
Add support for closing BBuf/MemorySegment via Cleaner
Motivation: Keeping track of refcounts is hard for client code. It is much easier to rely on the GC for cleanup. Modification: Add a new pool, native allocator implementation, that uses the Cleaner API to prevent leaks. Native memory accounting, which is not built into the JDK for MemorySegments, has also been added to the allocators so the Cleaner based implementation can be tested. Result: We have a leak resistant allocator for BBuf.
Netty Incubator Buffer API
This repository is incubating a new buffer API proposed for Netty 5.
Description
Languages
Java
99.6%
Dockerfile
0.2%
Makefile
0.2%