package
1.1.1
Repository: https://github.com/morecup/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.