Put returns a buffer to the pool. The provided pointer must hold a prefix of the buffer obtained via BufferPool.Get to ensure the buffer's entire capacity can be re-used.
(*[]byte)
| 36 | // The provided pointer must hold a prefix of the buffer obtained via |
| 37 | // BufferPool.Get to ensure the buffer's entire capacity can be re-used. |
| 38 | Put(*[]byte) |
| 39 | } |
| 40 | |
| 41 | var ( |
no outgoing calls