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