OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc
(Results
2176 - 2200
of
2813
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.cpp
48
#include <
malloc
.h>
473
// Forbid
malloc
during the gather phase. The gather phase suspends
474
// threads, so a
malloc
during gather would risk a deadlock with a
475
// thread that had been suspended while holding the
malloc
lock.
/external/webkit/Source/JavaScriptGlue/
JavaScriptGlue.cpp
574
CFTypeRef* keys = (CFTypeRef*)
malloc
(sizeof(CFTypeRef)*count);
/external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm
723
newGlue = (uint32_t *)
malloc
(sizeof(temp));
740
newGlue = (FunctionPointer *)
malloc
(2 * sizeof(FunctionPointer));
/external/webkit/Tools/android/flex-2.5.4a/
flexdef.h
61
#include <
malloc
.h>
[
all
...]
parse.y
68
# include <
malloc
.h>
/external/webp/src/enc/
histogram.c
261
VP8LHistogram* const histos = (VP8LHistogram*)
malloc
(2 * sizeof(*histos));
/external/zlib/src/contrib/minizip/
iowin32.c
78
ret =
malloc
(sizeof(WIN32FILE_IOWIN));
/external/zlib/src/contrib/untgz/
untgz.c
257
item = (struct attr_item *)
malloc
(sizeof(struct attr_item));
/external/zlib/src/examples/
gun.c
60
#include <stdlib.h> /*
malloc
(), free() */
682
outname =
malloc
(len + 1);
/external/zlib/src/test/
minigzip.c
200
gz =
malloc
(sizeof(struct gzFile_s));
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pitch_fr.cpp
806
if ((s= (Pitch_frState *)
malloc
(sizeof(Pitch_frState))) == NULL){
807
// fprintf(stderr, "Pitch_fr_init: can not
malloc
state structure\n");
851
if ((s = (Pitch_frState *)
malloc
(sizeof(Pitch_frState))) == NULL)
853
/* fprintf(stderr, "Pitch_fr_init: can not
malloc
state structure\n"); */
[
all
...]
/frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp
70
mInputBufferPcm32 = (FLAC__int32*)
malloc
(sizeof(FLAC__int32) * 2 * kMaxNumSamplesPerFrame);
/frameworks/rs/cpp/
Element.cpp
17
#include <
malloc
.h>
/frameworks/wilhelm/tests/examples/
slesTestFeedback.cpp
256
freeBuffers[j] = (char *)
malloc
(bufSizeInBytes);
/hardware/msm7k/libcopybit/
copybit.cpp
442
ctx = (copybit_context_t *)
malloc
(sizeof(copybit_context_t));
/hardware/msm7k/libgralloc/
framebuffer.cpp
340
fb_context_t *dev = (fb_context_t*)
malloc
(sizeof(*dev));
/hardware/msm7k/libgralloc-qsd8k/
framebuffer.cpp
375
fb_context_t *dev = (fb_context_t*)
malloc
(sizeof(*dev));
/hardware/msm7k/librpc/
svc.c
224
svc =
malloc
(sizeof(registered_server));
/hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp
129
dev = (alsa_device_t *)
malloc
(sizeof(*dev));
[
all
...]
/hardware/qcom/display/libgralloc/
framebuffer.cpp
367
fb_context_t *dev = (fb_context_t*)
malloc
(sizeof(*dev));
/hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp
409
dev = (gralloc_context_t*)
malloc
(sizeof(*dev));
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
OMX_G729Enc_Utils.h
195
* M A C R O S FOR
MALLOC
and MEMORY FREE and CLOSING PIPES
226
_pStruct_ = (_sName_*)
malloc
(sizeof(_sName_)); \
230
printf("%d ::
Malloc
Failed\n", __LINE__); \
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h
136
_pStruct_ =
malloc
(_size_); \
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h
164
_pStruct_ =
malloc
(_size_); \
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c
261
*pHandle =
malloc
(sizeof(OMX_COMPONENTTYPE));
264
ALOGE("%d::
malloc
of pHandle* failed\n", __LINE__);
298
/* cover the case where we error out before
malloc
'd */
Completed in 1004 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>