Home | History | Annotate | Download | only in tests

Lines Matching refs:newmalloc

196 #define newmalloc(x) mynewmalloc(__LINE__,__FILE__,x)
241 #define newmalloc(x) malloc(x)
268 _pStruct_ = (_sName_*)newmalloc(sizeof(_sName_)); \
1048 pInputBuffer[i] = (OMX_U8*)newmalloc(NBAPP_INPUT_BUFFER_SIZE*3 + 256);
1067 pOutputBuffer[i] = newmalloc (NBAPP_OUTPUT_BUFFER_SIZE*3 + 256);
1087 pCompPrivateStructGain = newmalloc (sizeof(OMX_AUDIO_CONFIG_VOLUMETYPE));
1953 /*i value is fixed by the number calls to newmalloc in the App */
2002 /*i value is fixed by the number calls to newmalloc in the App */