Searched defs:mpp_malloc (Results 1 – 4 of 4) sorted by relevance
27 #define mpp_malloc(type, count) \ macro
26 #define mpp_malloc(type, count) (type *)mpp_osal_malloc(__FUNCTION__, sizeof(type) * (count)) macro
28 #define mpp_malloc(type, count) \ macro