type go.uber.org/zap/buffer.Pool
6 uses
go.uber.org/zap/buffer (current package)
buffer.go#L37: pool Pool
pool.go#L26: type Pool struct {
pool.go#L31: func NewPool() Pool {
pool.go#L32: return Pool{p: &sync.Pool{
pool.go#L40: func (p Pool) Get() *Buffer {
pool.go#L47: func (p Pool) put(buf *Buffer) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)