Skip to main content

M_freeWeightsRegistry

Function M_freeWeightsRegistry 

Source
pub unsafe extern "C" fn M_freeWeightsRegistry(
    weightsRegistry: *mut M_WeightsRegistry,
)
Expand description

Deallocates the memory for the weights registry. No-op if weightsRegistry is NULL.

@param weightsRegistry The weights registry to deallocate.