netty5/buffer/src
Sylwester Lachiewicz a18416df60 Export defaults from PooledByteBufAcclocator static fields
Motivation:

Allow external application to tune initialization of PooledByteBufAllocator

Modifications:

Added new static methods

Result:

Exported
DEFAULT_NUM_HEAP_ARENA
DEFAULT_NUM_DIRECT_ARENA
DEFAULT_PAGE_SIZE
DEFAULT_MAX_ORDER
DEFAULT_TINY_CACHE_SIZE
DEFAULT_SMALL_CACHE_SIZE
DEFAULT_NORMAL_CACHE_SIZE
2015-11-08 08:08:23 +01:00
..
main/java/io/netty/buffer Export defaults from PooledByteBufAcclocator static fields 2015-11-08 08:08:23 +01:00
test/java/io/netty/buffer [#4198] Fix race-condition when allocate from multiple-thread. 2015-10-27 07:39:42 +01:00