netty5/buffer/src
Norman Maurer 2ae97946dd Allow to retrieve the number of active bytes per PoolArena.
Motivation:

To better understand how much memory is used by Netty for ByteBufs it is useful to understand how many bytes are currently active (allocated) per PoolArena.

Modifications:

- Add PoolArenaMetric.numActiveBytes()

Result:

The user is able to get better insight into the PooledByteBufAllocator.
2016-04-09 18:54:05 +02:00
..
main/java/io/netty/buffer Allow to retrieve the number of active bytes per PoolArena. 2016-04-09 18:54:05 +02:00
test/java/io/netty/buffer PoolChunkList not correctly move PoolChunks when these are moved. 2016-04-06 11:52:23 +02:00