Searched refs:nbytes (Results 1 – 2 of 2) sorted by relevance
29 #define KISS_FFT_MALLOC(nbytes) _mm_malloc(nbytes,16) argument
166 #define KISS_FFT_TMP_ALLOC(nbytes) alloca(nbytes) argument169 #define KISS_FFT_TMP_ALLOC(nbytes) KISS_FFT_MALLOC(nbytes) argument