Searched defs:speex_alloc (Results 1 – 2 of 2) sorted by relevance
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