netty5/buffer
Norman Maurer 461f9a1212 Allow to obtain informations of used direct and heap memory for ByteBufAllocator implementations
Motivation:

Often its useful for the user to be able to get some stats about the memory allocated via an allocator.

Modifications:

- Allow to obtain the used heap and direct memory for an allocator
- Add test case

Result:

Fixes [#6341]
2017-03-01 18:53:43 +01:00
..
src Allow to obtain informations of used direct and heap memory for ByteBufAllocator implementations 2017-03-01 18:53:43 +01:00
pom.xml Only use Mockito for mocking. 2017-02-07 08:47:22 +01:00