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

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
H A Dvpx_mem.h69 void *vpx_malloc(size_t size);
112 # define malloc vpx_malloc
133 # define vpx_malloc(size) xvpx_malloc((size), __FILE__, __LINE__) macro
H A Dvpx_mem_tracker.c49 #undef vpx_malloc // undefine any vpx_mem macros that may affect calls to macro
72 # define MEM_TRACK_MALLOC vpx_malloc
136 extern void *vpx_malloc(size_t size);
H A Dvpx_mem.c138 void *vpx_malloc(size_t size) { function
167 new_addr = vpx_malloc(size);
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem.h69 void *vpx_malloc(size_t size);
109 # define malloc vpx_malloc
130 # define vpx_malloc(size) xvpx_malloc((size), __FILE__, __LINE__) macro
H A Dvpx_mem_tracker.c49 #undef vpx_malloc // undefine any vpx_mem macros that may affect calls to macro
72 # define MEM_TRACK_MALLOC vpx_malloc
136 extern void *vpx_malloc(size_t size);
H A Dvpx_mem.c137 void *vpx_malloc(size_t size) { function
166 new_addr = vpx_malloc(size);

Completed in 94 milliseconds