pub extern "C" fn heap_alloc( _vmctx: *mut VMContext, _size: u64, ) -> *mut u8
Heap allocation: called by JIT code for large or slow-path allocations.