netty5/buffer/src
Norman Maurer 787a55874b Cleanup PoolChunk and PoolArena
Motivation:

To make it easier to understand PoolChunk and PoolArena we should cleanup duplicated code.

Modifications:

- Move reused code into methods
- Use Math.max(...)

Result:

Cleaner code and easier to understand.
2016-04-09 18:47:40 +02:00
..
main/java/io/netty/buffer Cleanup PoolChunk and PoolArena 2016-04-09 18:47:40 +02:00
test/java/io/netty/buffer PoolChunkList not correctly move PoolChunks when these are moved. 2016-04-06 11:52:23 +02:00