Home
last modified time | relevance | path

Searched refs:Valigned_malloc (Results 1 – 1 of 1) sorted by relevance

/external/pffft/
Dpffft_common.c10 static void * Valigned_malloc(size_t nb_bytes) { in Valigned_malloc() function
57 void *pffft_aligned_malloc(size_t nb_bytes) { return Valigned_malloc(nb_bytes); } in pffft_aligned_malloc()
63 void *pffftd_aligned_malloc(size_t nb_bytes) { return Valigned_malloc(nb_bytes); } in pffftd_aligned_malloc()