executorch_pal_free

Function executorch_pal_free 

Source
pub unsafe extern "C" fn executorch_pal_free(ptr: *mut c_void)
Expand description

Frees memory allocated by et_pal_allocate().

@param[in] ptr Pointer to memory to free. May be nullptr.