Skip to main content

M_freeCompiledModel

Function M_freeCompiledModel 

Source
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.