Skip to content

Commit

Permalink
add creation instant
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
  • Loading branch information
lorban committed Jul 15, 2024
1 parent b317f28 commit edf679d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ public String dumpLeaks()

public class Buffer extends RetainableByteBuffer
{
private final Instant creationInstant = Instant.now();
private final RetainableByteBuffer wrapped;
private final int size;
private final Instant acquireInstant;
Expand Down

0 comments on commit edf679d

Please sign in to comment.