pub unsafe extern "C" fn aubio_cleanup()
Expand description

clean up cached memory at the end of program

This function should be used at the end of programs to purge all cached memory. So far it is only useful to clean FFTW’s cache.