pub fn shmalloc<T>(val: T) -> ShMemBlock<'static, T>where
    T: Sync + VirtualAddressSpaceIndependent,Expand description
This function moves the input parameter into a newly-allocated shared memory block. Analogous to
malloc().
pub fn shmalloc<T>(val: T) -> ShMemBlock<'static, T>where
    T: Sync + VirtualAddressSpaceIndependent,This function moves the input parameter into a newly-allocated shared memory block. Analogous to
malloc().