#[unsafe(no_mangle)]pub extern "C" fn jit_hof_array_alloc(capacity: u64) -> u64
Allocate a new empty array with pre-allocated capacity. Returns a NaN-boxed HK_ARRAY. Used by HOF inlining to pre-allocate result arrays.