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