pub unsafe extern "C" fn randomx_release_cache(
cache: *mut randomx_cache,
)Expand description
Releases all memory occupied by the randomx_cache structure.
@param cache is a pointer to a previously allocated randomx_cache structure.pub unsafe extern "C" fn randomx_release_cache(
cache: *mut randomx_cache,
)Releases all memory occupied by the randomx_cache structure.
@param cache is a pointer to a previously allocated randomx_cache structure.