package
0.0.0-20240903102252-97ed4018d9d4
Repository: https://github.com/youtch/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.