Searched refs:DebugMalloc (Results 1 – 3 of 3) sorted by relevance
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
D | OMX_G726Enc_Utils.c | 93 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
|
D | OMX_G726Encoder.c | 97 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/ |
D | G726EncTest.c | 164 #define SafeMalloc(x) DebugMalloc(__LINE__,__FILE__,x) 167 void * DebugMalloc(int line, char *s, int size) in DebugMalloc() function
|