//
pkg.gl
Category
v.io
x
ref
runtime
internal
lib
iobuf
package
0.2.0
Repository:
https://github.com/vanadium/core.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
2
Files
240 SLOC
#
Functions
Coalesce
Coalesce a sequence of slices.
NewAllocator
NewAllocator returns a new Slice allocator.
NewPool
NewPool creates a new pool.
NewReader
NewReader returns a new io reader.
NewSlice
NewSlice creates a Slice from a byte array.
#
Structs
Allocator
Allocator is an allocator for Slices that tries to allocate contiguously.
Pool
Pool manages a pool of iobufs.
Reader
Reader wraps an io.Reader to provide a buffered Read() operation.
Slice
Slice refers to an iobuf and the byte slice for the actual data.