Home
last modified time | relevance | path

Searched refs:DebugMalloc (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
DOMX_G726Enc_Utils.c93 void * DebugMalloc(int line, char *s, int size);
96 #define SafeMalloc(x) DebugMalloc(__LINE__,__FILE__,x)
99 void * DebugMalloc(int line, char *s, int size) in DebugMalloc() function
DOMX_G726Encoder.c97 extern void * DebugMalloc(int line, char *s, int size);
100 #define SafeMalloc(x) DebugMalloc(__LINE__,__FILE__,x)
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
DG726EncTest.c164 #define SafeMalloc(x) DebugMalloc(__LINE__,__FILE__,x)
167 void * DebugMalloc(int line, char *s, int size) in DebugMalloc() function