/external/valgrind/main/VEX/switchback/ |
linker.c | 3 Linker no longer used - apart from mymalloc(). 62 void* mymalloc ( Int n ) function 74 // printf("mymalloc(%d) = %p\n", n, p); 234 = mymalloc(sizeof(ProddableBlock)); 285 StringMap* sm = mymalloc(sizeof(StringMap)); 288 sm->maplets = mymalloc(10 * sizeof(Maplet)); 308 mp2 = mymalloc(sm->sm_size * sizeof(Maplet)); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
OMX_AmrDecoder.c | 2255 void * mymalloc(int line, char *s, int size) function [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
OMX_WbAmrDecoder.c | 2132 void * mymalloc(int line, char *s, int size) function [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Decoder.c | 83 #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 [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/ |
G711DecTest.c | 101 #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 [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/ |
WBAmrDecTest.c | 151 #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 [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/ |
WmaDecTest.c | 113 #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 [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
OMX_TI_Debug.h | 555 #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/ |
AacEncTest.c | 128 #define newmalloc(x) mymalloc((x),(&ListHeader)) /* new prototype of malloc function */ 188 void * mymalloc(int size, ListMember** ListHeader ); 2471 void * mymalloc(int size,ListMember** ListHeader) function [all...] |