Home
last modified time | relevance | path

Searched defs:SafeMalloc (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
DOMX_G726Encoder.c100 #define SafeMalloc(x) DebugMalloc(__LINE__,__FILE__,x) macro
103 #define SafeMalloc(x) calloc(1,x) macro
DOMX_G726Enc_Utils.c96 #define SafeMalloc(x) DebugMalloc(__LINE__,__FILE__,x) macro
141 #define SafeMalloc(x) calloc(1,x) macro
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
DG726EncTest.c164 #define SafeMalloc(x) DebugMalloc(__LINE__,__FILE__,x) macro
209 #define SafeMalloc(x) calloc(1,x) macro