Searched defs:dav1d_malloc (Results 1 – 2 of 2) sorted by relevance
125 #define dav1d_malloc(type, sz) malloc(sz) macro
104 void *dav1d_malloc(const enum AllocationType type, const size_t sz) { in dav1d_malloc() function