Function umap(void *, size_t, int, int, int, off_t)¶
Defined in File umap.h
Function Documentation¶
-
void *
umap(void *addr, size_t length, int prot, int flags, int fd, off_t offset) Allow application to create region of memory to a persistent store
- Parameters
addr: Same as input argument for mmap(2)length: Same as input argument of mmap(2)prot: Same as input argument of mmap(2)flags: Same as input argument of mmap(2)