Module mman

Source
Expand description

This module provides the libc types for MMAN (memory management).

MUSL: https://github.com/bminor/musl/blob/c47ad25ea3b484e10326f933e927c0bc8cded3da/include/sys/mman.h

Structs§

MSyncFlags
msync 同步标志,用于控制 msync 行为
MapFlags
MAP 标志位(用于 mmap 等内存映射操作)
MmapProt
内存映射保护标志(mmap 的 prot 参数) MUSL: https://github.com/bminor/musl/blob/c47ad25ea3b484e10326f933e927c0bc8cded3da/include/sys/mman.h#L57