Searched defs:speex_alloc (Results 1 – 3 of 3) sorted by relevance
57 static inline void *speex_alloc (int size) in speex_alloc() function
51 static inline void *speex_alloc (int size) in speex_alloc() function
66 static void *speex_alloc (int size) {return calloc(size,1);} in speex_alloc() function