Function sparse_mmap::unix::alloc_shared_memory
source ยท pub fn alloc_shared_memory(size: usize) -> Result<OwnedFd>
Expand description
Allocates a mappable shared memory object of size
bytes.
pub fn alloc_shared_memory(size: usize) -> Result<OwnedFd>
Allocates a mappable shared memory object of size
bytes.