Searched refs:xvpx_malloc (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
H A Dvpx_mem.h133 # define vpx_malloc(size) xvpx_malloc((size), __FILE__, __LINE__)
143 void *xvpx_malloc(size_t size, char *file, int line);
H A Dvpx_mem.c220 _P(printf("ERROR xvpx_malloc MEM_TRACK_USAGE error vpx_memory_tracker_init().\n");)
261 void *xvpx_malloc(size_t size, char *file, int line) { function
296 _P(printf("ERROR xvpx_malloc MEM_TRACK_USAGE error vpx_memory_tracker_init().\n");)
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem.h130 # define vpx_malloc(size) xvpx_malloc((size), __FILE__, __LINE__)
140 void *xvpx_malloc(size_t size, char *file, int line);
H A Dvpx_mem.c219 _P(printf("ERROR xvpx_malloc MEM_TRACK_USAGE error vpx_memory_tracker_init().\n");)
260 void *xvpx_malloc(size_t size, char *file, int line) { function
295 _P(printf("ERROR xvpx_malloc MEM_TRACK_USAGE error vpx_memory_tracker_init().\n");)

Completed in 543 milliseconds