vDSP_destroy_fftsetupD
Deallocates an existing double-precision FFT setup structure.
Declaration
extern void vDSP_destroy_fftsetupD(FFTSetupD __setup);Parameters
- __setup:
The setup structure to deallocate, previously created by 1580009 Vdsp_create_fftsetup.
Discussion
vDSP_destroy_fftsetup frees existing setup data and releases any allocated memory.