Searched defs:KISS_FFT_F64_TMP_ALLOC (Results 1 – 1 of 1) sorted by relevance
168 #define KISS_FFT_F64_TMP_ALLOC(nbytes) alloca(nbytes) macro171 #define KISS_FFT_F64_TMP_ALLOC(nbytes) KISS_FFT_F64_MALLOC(nbytes) macro