netty5/common/src
Carl Mastrangelo ef5ebb40c9 Keep all leak records up to the target amount
Motivation:
When looking for a leak, its nice to be able to request at least a
number of leaks.

Modification:

* Made all leak records up to the target amoutn recorded, and only
  then enable backing off.
* Enable recording more than 32 elements.  Previously the shift
  amount made this impossible.

Result:
Ability to record all accesses.
2017-11-07 19:09:14 -08:00
..
main Keep all leak records up to the target amount 2017-11-07 19:09:14 -08:00
test Support running Netty in bootstrap class loader 2017-10-29 13:13:19 +01:00