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