Searched defs:vpx_malloc (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/vpx_mem/
H A Dvpx_mem.h68 void *vpx_malloc(size_t size);
104 #define duck_malloc(X,Y) vpx_malloc(X)
115 # define malloc vpx_malloc
136 # define vpx_malloc(size) xvpx_malloc((size), __FILE__, __LINE__) macro
H A Dvpx_mem_tracker.c52 #undef vpx_malloc //undefine any vpx_mem macros that may affect calls to macro
75 # define MEM_TRACK_MALLOC vpx_malloc
143 extern void *vpx_malloc(size_t size);
H A Dvpx_mem.c145 void *vpx_malloc(size_t size) function
177 new_addr = vpx_malloc(size);

Completed in 70 milliseconds