netty5/buffer
Trustin Lee dbab41cc50 Improve the utilization of subpage pools
.. by avoiding the overly frequent removal of a subpage from a pool

This change makes sure that the unused subpage is not removed when there's no subpage left in the pool.  If the last subpage is removed from the pool, it is very likely that the allocator will create a new subpage very soon again, so it's better not remove it.
2013-06-25 11:07:15 +09:00
..
src Improve the utilization of subpage pools 2013-06-25 11:07:15 +09:00
pom.xml [maven-release-plugin] prepare for next development iteration 2013-06-25 11:07:15 +09:00