Function risc0_zkvm_platform::syscall::sys_alloc_aligned
source · #[no_mangle]
pub unsafe extern "C" fn sys_alloc_aligned(
bytes: usize,
align: usize,
) -> *mut u8
Available on crate feature
export-syscalls
only.Expand description
§Safety
This function should be safe to call, but clippy complains if it is not marked as unsafe
.