package
2.0.1+incompatible
Repository: https://github.com/artpar/rclone.git
Documentation: pkg.go.dev

# Functions

Alloc allocates size bytes and returns a slice containing them.
Free frees buffers allocated by Alloc.
MustAlloc allocates size bytes and returns a slice containing them.
MustFree frees buffers allocated by Alloc.

# Variables

PageSize is the minimum allocation size.