Home
last modified time | relevance | path

Searched refs:mpp_osal_malloc (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_mem.h26 (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);
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_mem.cpp640 void *mpp_osal_malloc(const char *caller, size_t size) in mpp_osal_malloc() function
669 void *ptr = mpp_osal_malloc(caller, size); in mpp_osal_calloc()
681 return mpp_osal_malloc(caller, size); in mpp_osal_realloc()