vDSP_DFT_DestroySetupD
Releases a double-precision setup structure.
Declaration
void vDSP_DFT_DestroySetupD(vDSP_DFT_SetupD __Setup);Parameters
- __Setup:
The setup structure to destroy.
Discussion
Destroying a setup with shared data is safe; this function only releases memory that’s not needed by other undestroyed setups.