Skip to main content

jit_drop_vec_int

Function jit_drop_vec_int 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn jit_drop_vec_int( vec_ptr: *mut LustInt, vec_len: usize, vec_cap: usize, )
Expand description

Drop a specialized Vec (cleanup for leaked specializations) WARNING: This should NOT be called! Specialized values that get invalidated during loop recording don’t actually exist on the stack during execution.