Skip to main content

Module mem

Module mem 

Source
Expand description

Types de la famille mem — mappings, protection, memfd, etc.

Cf. docs/specs/layer-0/family-mem.md.

Structs§

MapFlags
Drapeaux de type de mapping pour mmap(2).
MappingPointer
Pointeur brut vers un mapping mémoire sans ownership RAII.
MemfdFlags
Drapeaux pour memfd_create(2) (cf. linux/memfd.h).
MlockFlags
Drapeaux pour mlock2(2) (cf. linux/mman.h).
MlockallFlags
Drapeaux pour mlockall(2) (cf. linux/mman.h).
MremapFlags
Drapeaux pour mremap(2).
MsyncFlags
Drapeaux pour msync(2) (cf. linux/mman.h).
ProtectionFlags
Protections d’accès pour les mappings mémoire (mmap, mprotect).
RemoteIoSlice
Segment mémoire distant pour process_vm_readv/process_vm_writev.

Enums§

MadviseAdvice
Conseil kernel sur le pattern d’accès mémoire pour madvise(2).