Skip to main content

shm_create

Function shm_create 

Source
pub fn shm_create() -> usize
Expand description

Request a shared memory page from the kernel. Returns the virtual address of the shared page, or usize::MAX on failure.