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

  /external/libvpx/vpx_mem/
vpx_mem.h 68 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
vpx_mem.c 145 void *vpx_malloc(size_t size) function
177 new_addr = vpx_malloc(size);
vpx_mem_tracker.c 52 #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);
  /external/libvpx/vpx_mem/intel_linux/
vpx_mem_tracker.c 53 #undef vpx_malloc //undefine any vpx_mem macros that may affect calls to macro
76 # define MEM_TRACK_MALLOC vpx_malloc
138 extern void *vpx_malloc(size_t size);
vpx_mem.c 221 void *vpx_malloc(size_t size) function
253 new_addr = vpx_malloc(size);

Completed in 104 milliseconds