OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SafeMalloc
(Results
1 - 6
of
6
) sorted by null
/external/astl/src/
string.cpp
70
bool string::
SafeMalloc
(size_type n)
101
if (
SafeMalloc
(n)) {
152
if (
SafeMalloc
(n))
166
if (
SafeMalloc
(n))
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c
164
#define
SafeMalloc
(x) DebugMalloc(__LINE__,__FILE__,x)
209
#define
SafeMalloc
(x) calloc(1,x)
232
_pStruct_ = (_sName_*)
SafeMalloc
(sizeof(_sName_)); \
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_Utils.c
96
#define
SafeMalloc
(x) DebugMalloc(__LINE__,__FILE__,x)
141
#define
SafeMalloc
(x) calloc(1,x)
222
pstrTemp = (OMX_U8*)
SafeMalloc
(sizeof(LCML_STRMATTR) + 256);
298
pTemp_lcml = (G726ENC_LCML_BUFHEADERTYPE *)
SafeMalloc
(size_lcml);
320
pBufferParamTemp = (OMX_U8*)
SafeMalloc
( sizeof(G726ENC_ParamStruct) + 256);
340
pTemp_lcml = (G726ENC_LCML_BUFHEADERTYPE *)
SafeMalloc
(size_lcml);
[
all
...]
OMX_G726Encoder.c
100
#define
SafeMalloc
(x) DebugMalloc(__LINE__,__FILE__,x)
103
#define
SafeMalloc
(x) calloc(1,x)
363
pComponentPrivate->sDeviceString =
SafeMalloc
(100*sizeof(OMX_STRING));
[
all
...]
/external/astl/include/
string
304
bool
SafeMalloc
(size_type n);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
OMX_G726Enc_Utils.h
177
_pStruct_ = (_sName_*)
SafeMalloc
(sizeof(_sName_)); \
[
all
...]
Completed in 212 milliseconds