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