ref: b90593c9b83f71de343e27cd1b489dff79bd4ac7 dir: /internal/bufpool/index.go/
package bufpool type poolIndex int8 const ( unpooled poolIndex = -1 )