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.
pub unsafe extern "C" fn randomx_release_dataset(
dataset: *mut randomx_dataset,
)Releases all memory occupied by the randomx_dataset structure.@param dataset is a pointer to a previously allocated randomx_dataset structure.