netty-incubator-buffer-api/src/test/java
Chris Vest 0105e5231d Remove the SizeClassedMemoryPool implementation
And fix the remaining test failures for the PooledBufferAllocator.
The PooledBufferAllocator now also keeps its chunks alive, even after closing the pool, as long as there are allocated buffers that refer to the memory.
The pool now clears all of its relevant internal references when closed, allowing the GC to reclaim all of the pooled memory, assuming no allocated buffers remain.
2021-05-18 18:20:32 +02:00
..
io/netty/buffer/api Remove the SizeClassedMemoryPool implementation 2021-05-18 18:20:32 +02:00