netty5/buffer/src
Norman Maurer 4e86f768b9
Reduce the scope of synchronized block in PoolArena (#10410)
Motivation:

We shouldn't call incSmallAllocation() in a synchronized block as its backed by a concurrent datastructure

Modifications:

Move call of incSmallAllocation() out of synchronized block

Result:

Minimize scope of synchronized block
2020-07-16 19:40:40 +02:00
..
main Reduce the scope of synchronized block in PoolArena (#10410) 2020-07-16 19:40:40 +02:00
test/java/io/netty/buffer Review PooledByteBufAllocator in respect of jemalloc 4.x changes and update allocate algorithm.(#10267) 2020-07-15 21:33:27 +02:00