netty5/buffer/src
Norman Maurer 83db2b07b4 Also use realloc when shrink the buffer.
Motivation:

We should also use realloc when shrink the buffer to eliminate extra allocations / memory copies when possible.

Modifications:

Use realloc for expanding and shrinking when possible.

Result:

Less memory copies and allocations
2017-07-06 20:03:15 +02:00
..
main/java/io/netty/buffer Also use realloc when shrink the buffer. 2017-07-06 20:03:15 +02:00
test/java/io/netty/buffer Move QueryStringDecoder.decodeHexByte into ByteBufUtil 2017-06-07 09:27:36 -07:00