netty-incubator-buffer-api/src/test/java/io/netty/buffer/api
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
..
adaptor Make it possible to run all tests in Intellij as well 2021-03-24 11:21:00 +01:00
benchmarks Make CompositeBuffer part of the public API 2021-04-27 16:11:30 +02:00
examples Make the buffer read-only state irreversible 2021-05-05 12:30:52 +02:00
BufferBulkAccessTest.java Remove unused imports 2021-05-05 16:09:11 +02:00
BufferByteOffsettedAccessorsTest.java Make the buffer read-only state irreversible 2021-05-05 12:30:52 +02:00
BufferCharOffsettedAccessorsTest.java Make the buffer read-only state irreversible 2021-05-05 12:30:52 +02:00
BufferCleanerTest.java Buffers from the pooling allocator must be able to return memory to the pool if the buffer objects are leaked. 2021-05-17 18:18:31 +02:00
BufferCompactTest.java Break up the monolithic BufferTest into multiple test classes 2021-04-14 11:44:58 +02:00
BufferComponentIterationTest.java Make the buffer read-only state irreversible 2021-05-05 12:30:52 +02:00
BufferCompositionTest.java Add splitComponentsFloor and splitComponentsCeil 2021-05-07 10:41:46 +02:00
BufferDoubleOffsettedAccessorsTest.java Make the buffer read-only state irreversible 2021-05-05 12:30:52 +02:00
BufferEnsureWritableTest.java Make CompositeBuffer part of the public API 2021-04-27 16:11:30 +02:00
BufferFloatOffsettedAccessorsTest.java Make the buffer read-only state irreversible 2021-05-05 12:30:52 +02:00
BufferIntOffsettedAccessorsTest.java Make the buffer read-only state irreversible 2021-05-05 12:30:52 +02:00
BufferLongOffsettedAccessorsTest.java Make the buffer read-only state irreversible 2021-05-05 12:30:52 +02:00
BufferMediumOffsettedAccessorsTest.java Make the buffer read-only state irreversible 2021-05-05 12:30:52 +02:00
BufferOffsetsTest.java Break up the monolithic BufferTest into multiple test classes 2021-04-14 11:44:58 +02:00
BufferPrimitiveRelativeAccessorsTest.java Make the buffer read-only state irreversible 2021-05-05 12:30:52 +02:00
BufferReadOnlyTest.java Fix up tests that relied on the borrow count 2021-05-07 11:31:46 +02:00
BufferReferenceCountingTest.java Merge pull request #62 from netty/hide-refcounts 2021-05-10 10:25:13 +02:00
BufferRefTest.java Rename Buf to Buffer and Allocator to BufferAllocator 2021-02-12 18:22:07 +01:00
BufferSendTest.java Rename bifurcate to split 2021-04-29 15:34:04 +02:00
BufferShortOffsettedAccessorsTest.java Make the buffer read-only state irreversible 2021-05-05 12:30:52 +02:00
BufferTestSupport.java Remove the SizeClassedMemoryPool implementation 2021-05-18 18:20:32 +02:00
BufferWriteBytesCombinationsTest.java Try speeding up the build some more 2021-05-02 17:07:58 +02:00
EchoIT.java Update docs and examples 2021-03-01 11:21:25 +01:00
Fixture.java More efficient const buffer implementations 2021-05-03 15:00:49 +02:00
Memoize.java Try to speed up BufferTest with more parameter memoization and parallel execution 2021-03-09 12:03:33 +01:00
ScopeTest.java Add BufHolder and BufRef helper classes 2020-12-14 14:22:37 +01:00