HomeSort by relevance Sort by last modified time
    Searched refs:xvpx_malloc (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vpx_mem/
vpx_mem.h 136 # define vpx_malloc(size) xvpx_malloc((size), __FILE__, __LINE__)
146 void *xvpx_malloc(size_t size, char *file, int line);
vpx_mem.c 237 _P(printf("ERROR xvpx_malloc MEM_TRACK_USAGE error vpx_memory_tracker_init().\n");)
281 void *xvpx_malloc(size_t size, char *file, int line) function
320 _P(printf("ERROR xvpx_malloc MEM_TRACK_USAGE error vpx_memory_tracker_init().\n");)
  /external/libvpx/vpx_mem/intel_linux/
vpx_mem.c 411 _P(printf("ERROR xvpx_malloc MEM_TRACK_USAGE error vpx_memory_tracker_init().\n");)
455 void *xvpx_malloc(size_t size, char *file, int line) function
494 _P(printf("ERROR xvpx_malloc MEM_TRACK_USAGE error vpx_memory_tracker_init().\n");)

Completed in 95 milliseconds