aboutsummaryrefslogtreecommitdiff
package bufpool

type poolIndex int8

const (
	unpooled poolIndex = -1
)