Searched defs:KISS_FFT_TMP_ALLOC (Results 1 – 1 of 1) sorted by relevance
166 #define KISS_FFT_TMP_ALLOC(nbytes) alloca(nbytes) macro169 #define KISS_FFT_TMP_ALLOC(nbytes) KISS_FFT_MALLOC(nbytes) macro