pub fn alloc_shared_memory(size: usize) -> Result<OwnedFd>
Allocates a mappable shared memory object of size bytes.
size