Skip to main content

jit_hof_array_alloc

Function jit_hof_array_alloc 

Source
#[unsafe(no_mangle)]
pub extern "C" fn jit_hof_array_alloc(capacity: u64) -> u64
Expand description

Allocate a new empty array with pre-allocated capacity. Returns a NaN-boxed HK_ARRAY. Used by HOF inlining to pre-allocate result arrays.