netty5/buffer
Zxy d0bcf44445
Fix memory release failure when "maxNumElems == 1" of PoolSubpage (#10988)
Motivation:

when customer need large of 'byteBuf.capacity' in [7168, 8192], the size of 'chunk.subpages' may be inflated when large of byteBuf be released, not consistent with other 'byteBuf.capacity'

Modification:

when maxNumElems == 1 need consider remove from pool

Result:

Fixes #10896. 

Co-authored-by: zxingy <zxingy@servyou.com.cn>
2021-02-05 14:53:58 +01:00
..
src Fix memory release failure when "maxNumElems == 1" of PoolSubpage (#10988) 2021-02-05 14:53:58 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2021-01-13 10:28:54 +00:00