Function arrow_udf::ffi::alloc

source ·
#[no_mangle]
pub unsafe extern "C" fn alloc(len: usize, align: usize) -> *mut u8
Expand description

Allocate memory.

§Safety

See std::alloc::GlobalAlloc::alloc.