Searched defs:vpx_malloc (Results 1 – 2 of 2) sorted by relevance
130 # define vpx_malloc(size) xvpx_malloc((size), __FILE__, __LINE__) macro
137 void *vpx_malloc(size_t size) { in vpx_malloc() function