//
pkg.gl
Category
github.com/Youtch/rclone
lib
mmap
package
0.0.0-20240903102252-97ed4018d9d4
Repository:
https://github.com/youtch/rclone.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
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.