netty5/buffer/src
Norman Maurer 8c0f1428af 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:41:02 +02:00
..
main Reduce the scope of synchronized block in PoolArena (#10410) 2020-07-16 19:41:02 +02:00
test/java/io/netty/buffer Review PooledByteBufAllocator in respect of jemalloc 4.x changes and update allocate algorithm.(#10267) 2020-07-16 08:24:27 +02:00