de15b18087
Motivation: As the PooledByteBufAllocator is a critical part of netty we should ensure it works as expected. Modifications: - Add a few more asserts to ensure we not see any corrupted state - Null out slot in the subpage array once the subpage was freed and removed from the pool - Merge methods into constructor as it was only called from the constructor anyway. Result: Code cleanup |
||
---|---|---|
.. | ||
src | ||
pom.xml |