Searched refs:mpp_osal_malloc (Results 1 – 2 of 2) sorted by relevance
26 (type*)mpp_osal_malloc(caller, sizeof(type) * (count))29 (type*)mpp_osal_malloc(__FUNCTION__, sizeof(type) * (count))32 (type*)mpp_osal_malloc(__FUNCTION__, size)53 void *mpp_osal_malloc(const char *caller, size_t size);
640 void *mpp_osal_malloc(const char *caller, size_t size) in mpp_osal_malloc() function669 void *ptr = mpp_osal_malloc(caller, size); in mpp_osal_calloc()681 return mpp_osal_malloc(caller, size); in mpp_osal_realloc()