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