/** * This object's is associated with the {@link ResourceLeakTracker}. When {@link ResourceLeakTracker#close(Object)} * is called this object will be used as the argument. It is also assumed that this object is used when * {@link ResourceLeakDetector#track(Object)} is called to create {@link #leak}. */ privatefinal ByteBuf trackedByteBuf; final ResourceLeakTracker<ByteBuf> leak;