Function randomx_bindings_sys::randomx_release_dataset[][src]

pub unsafe extern "C" fn randomx_release_dataset(dataset: *mut randomx_dataset)
Expand description

Releases all memory occupied by the randomx_dataset structure.

@param dataset is a pointer to a previously allocated randomx_dataset structure.