//
pkg.gl
Category
github.com/artpar/rclone
lib
mmap
package
2.0.1+incompatible
Repository:
https://github.com/artpar/rclone.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
3
Dependents
2
Files
33 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.