Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dmadp_mfe.c151 MS_U8 *my_malloc(MS_VIRT* ppVAStart,MS_U32 size,const MS_S8* msg) in my_malloc() argument
153 MS_U8 *ret = (MS_U8 *)*ppVAStart; in my_malloc()
162 *ppVAStart += size; in my_malloc()
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_mfe.c434 MFE_U8 *my_malloc(MFE_U32* ppVAStart,unsigned int size,const char* msg) in my_malloc() argument
436 MFE_U8 *ret = (MFE_U8 *)*ppVAStart; in my_malloc()
445 *ppVAStart += size; in my_malloc()