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