mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-05-27 21:20:27 -04:00
kiss_fft_alloc and kiss_fftr_alloc internally use KISS_FFT_MALLOC to allocate memory, which is defined to _mm_malloc in a SIMD enabled application. Calling free() on memory allocated with _mm_malloc will result in unpredictable behavior. The configuration data allocated with _mm_malloc should be freed with a corresponding _mm_free. |
||
---|---|---|
.. | ||
fftutil.c | ||
kfc.c | ||
kfc.h | ||
kiss_fastfir.c | ||
kiss_fftnd.c | ||
kiss_fftnd.h | ||
kiss_fftndr.c | ||
kiss_fftndr.h | ||
kiss_fftr.c | ||
kiss_fftr.h | ||
Makefile | ||
psdpng.c |