pub unsafe extern "C" fn M_freeCompiledModel(
model: *mut M_AsyncCompiledModel,
)Expand description
Deallocates the memory for the compiled model. No-op if model is NULL.
@param model The compiled model to deallocate.
pub unsafe extern "C" fn M_freeCompiledModel(
model: *mut M_AsyncCompiledModel,
)Deallocates the memory for the compiled model. No-op if model is NULL.
@param model The compiled model to deallocate.