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