pub fn create_anonymous_mapping_memory( size: u64, ) -> Result<Arc<MemoryObject>, Errno>
Creates a memory object that can be used in an anonymous mapping for the mmap syscall.
mmap