Function randomx_release_cache

Source
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.