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