HomeSort by relevance Sort by last modified time
    Searched defs:vpx_malloc (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vpx_mem/
vpx_mem.c 36 void *vpx_malloc(size_t size) { function
65 new_addr = vpx_malloc(size);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
vpx_mem.h 69 void *vpx_malloc(size_t size);
109 # define malloc vpx_malloc
130 # define vpx_malloc(size) xvpx_malloc((size), __FILE__, __LINE__) macro
vpx_mem.c 137 void *vpx_malloc(size_t size) { function
166 new_addr = vpx_malloc(size);
vpx_mem_tracker.c 49 #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);

Completed in 176 milliseconds