Function shmalloc

Source
pub fn shmalloc<T>(val: T) -> ShMemBlock<'static, T>
Expand description

This function moves the input parameter into a newly-allocated shared memory block. Analogous to malloc().