//
pkg.gl
Category
github.com/morecup/rclone
lib
mmap
package
1.1.1
Repository:
https://github.com/morecup/rclone.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
3
Dependents
2
Files
34 SLOC
#
Functions
Alloc
Alloc allocates size bytes and returns a slice containing them.
Free
Free frees buffers allocated by Alloc.
MustAlloc
MustAlloc allocates size bytes and returns a slice containing them.
MustFree
MustFree frees buffers allocated by Alloc.
#
Variables
PageSize
PageSize is the minimum allocation size.