(buf *[]byte)
| 66 | } |
| 67 | |
| 68 | func (b *swappableBufferPool) Put(buf *[]byte) { |
| 69 | (*b.Load()).Put(buf) |
| 70 | } |
| 71 | |
| 72 | // SetTrackingBufferPool replaces the default buffer pool in the mem package to |
| 73 | // one that tracks where buffers are allocated. CheckTrackingBufferPool should |