Searched defs:mymalloc (Results 1 - 8 of 8) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c83 #define newmalloc(x) mymalloc(__LINE__,__FILE__,x)
84 void * mymalloc(int line, char *s, int size);
2003 void * mymalloc(int line, char *s, int size) function
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDecoder.c2255 void * mymalloc(int line, char *s, int size) function
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c2132 void * mymalloc(int line, char *s, int size) function
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c101 #define newmalloc(x) mymalloc(__LINE__,__FILE__,x)
103 void * mymalloc(int line, char *s, int size);
1684 void * mymalloc(int line, char *s, int size) function
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
H A DOMX_TI_Debug.h555 #define newmalloc(x) mymalloc(__LINE__,__FILE__,x)
558 void * mymalloc(int line, char *s, int size);
561 void * mymalloc(int line, char *s, int size) function
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c128 #define newmalloc(x) mymalloc((x),(&ListHeader)) /* new prototype of malloc function */
188 void * mymalloc(int size, ListMember** ListHeader );
2461 * mymalloc() function to perform dynamic memory allocation.
2471 void * mymalloc(int size,ListMember** ListHeader) function
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c151 #define newmalloc(x) mymalloc(__LINE__,__FILE__,x)
154 void * mymalloc(int line, char *s, int size);
2069 void * mymalloc(int line, char *s, int size) function
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c113 #define newmalloc(x) mymalloc(__LINE__,__FILE__,x)
115 void * mymalloc(int line, char *s, int size);
1885 void * mymalloc(int line, char *s, int size) function

Completed in 283 milliseconds