//
pkg.gl
Category
github.com/artxia/rclone
lib
mmap
package
1.54.4
Repository:
https://github.com/artxia/rclone.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
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.