Searched refs:pffftd_aligned_malloc (Results 1 – 4 of 4) sorted by relevance
85 pffft_scalar *X = pffftd_aligned_malloc((unsigned)Nfloat * sizeof(pffft_scalar)); in test()86 pffft_scalar *Y = pffftd_aligned_malloc((unsigned)Nfloat * sizeof(pffft_scalar)); in test()87 pffft_scalar *R = pffftd_aligned_malloc((unsigned)Nfloat * sizeof(pffft_scalar)); in test()88 pffft_scalar *Z = pffftd_aligned_malloc((unsigned)Nfloat * sizeof(pffft_scalar)); in test()89 pffft_scalar *W = pffftd_aligned_malloc((unsigned)Nfloat * sizeof(pffft_scalar)); in test()
213 void *pffftd_aligned_malloc(size_t nb_bytes);
121 #define FUNC_ALIGNED_MALLOC pffftd_aligned_malloc
63 void *pffftd_aligned_malloc(size_t nb_bytes) { return Valigned_malloc(nb_bytes); } in pffftd_aligned_malloc() function