Skip to main content

configure_shm_header

Function configure_shm_header 

Source
pub unsafe fn configure_shm_header(
    ptr: *mut u8,
    frames: usize,
    num_in: usize,
    num_out: usize,
)
Expand description

ยงSafety

ptr must point to a valid, initialized shared-memory layout whose header can safely be written to.