Searched defs:opus_alloc (Results 1 – 2 of 2) sorted by relevance
46 static OPUS_INLINE void *opus_alloc (size_t size) in opus_alloc() function
37 #define opus_alloc(x) malloc(x) macro