sp1_lib

Function 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.