Skip to content

Commit

Permalink
MOre debug
Browse files Browse the repository at this point in the history
  • Loading branch information
arjan-bal committed Jan 21, 2025
1 parent 89fcbc4 commit 095d68e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mem/buffers.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ func (b *buffer) split(n int) (Buffer, Buffer) {
split.data = b.data[n:]
split.refs = b.refs
split.refCallers = append([]string{"\n\nsplit\n\n"}, b.refCallers...)
b.refCallers = append(b.refCallers, "\n\nsplit\n\n")
split.pool = b.pool

b.data = b.data[:n]
Expand Down

0 comments on commit 095d68e

Please sign in to comment.