vDSP_destroy_fftsetup
Deallocates an existing single-precision FFT setup structure.
Declaration
extern void vDSP_destroy_fftsetup(FFTSetup __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.