Function sp1_lib::sys_alloc_aligned

source ยท
pub unsafe extern "C" fn sys_alloc_aligned(
    bytes: usize,
    align: usize,
) -> *mut u8
Expand description

Allocates a buffer aligned to the given alignment.