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