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