OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:malloc
(Results
1101 - 1125
of
4430
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/webkit/Source/JavaScriptCore/wtf/wince/
FastMallocWinCE.h
52
#define
malloc
(n) fastMalloc(n)
macro
100
//
Malloc
validation is a scheme whereby a tag is attached to an
/external/webkit/Source/WebCore/rendering/
RenderArena.cpp
79
// Use standard
malloc
so that memory debugging tools work.
81
void* block = ::
malloc
(debugHeaderSize + size);
/external/webkit/Tools/android/flex-2.5.4a/MISC/Macintosh/
alloca.c
6
Use xmalloc instead of
malloc
.
111
It is very important that sizeof(header) agree with
malloc
()
/external/webrtc/src/modules/audio_processing/utility/
ring_buffer.c
77
self =
malloc
(sizeof(buf_t));
83
self->data =
malloc
(element_count * element_size);
/external/zlib/contrib/puff/
pufftest.c
67
buf =
malloc
(size = 4096);
150
dest =
malloc
(destlen);
/external/zlib/test/
infcover.c
84
ptr =
malloc
(len);
90
item =
malloc
(sizeof(struct mem_item));
162
zone =
malloc
(sizeof(struct mem_zone));
250
in =
malloc
((strlen(hex) + 1) >> 1);
301
out =
malloc
(len); assert(out != NULL);
521
out =
malloc
(size);
523
win =
malloc
(32768);
525
prefix =
malloc
(strlen(id) + 6);
/external/zlib/
zutil.h
95
# include <
malloc
.h>
117
# include <
malloc
.h>
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.c
53
char *partialPath =
malloc
(partialPathLength + 1);
178
unsigned char *pData =
malloc
(dataLength);
/frameworks/av/media/libmedia/
IEffect.cpp
154
cmd = (char *)
malloc
(cmdSize);
161
resp = (char *)
malloc
(replySize);
/frameworks/av/services/audioflinger/
NBAIO.cpp
103
// double guarantees alignment for stack similar to what
malloc
() gives for heap
139
// double guarantees alignment for stack similar to what
malloc
() gives for heap
/frameworks/base/core/jni/
android_hardware_SerialPort.cpp
172
jbyte* buf = (jbyte *)
malloc
(length);
211
jbyte* buf = (jbyte *)
malloc
(length);
/frameworks/base/tools/aidl/
aidl_language_l.l
114
extra_text_type* text = (extra_text_type*)
malloc
(sizeof(extra_text_type));
138
g_nextExtraText->data = (char*)
malloc
(g_nextExtraText->len+1);
/frameworks/native/opengl/tests/finish/
finish.cpp
80
char* texels = (char*)
malloc
(512*512*2);
86
char* dst = (char*)
malloc
(320*480*2);
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.h
76
#define
MALLOC
(_pStruct_, _sName_) \
77
_pStruct_ = (_sName_*)
malloc
(sizeof(_sName_)); \
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.h
135
#define
MALLOC
(_ptr,_castType,_type,_eError) \
137
_ptr = (_castType *)
malloc
(sizeof(_type)); \
/hardware/ti/omap4xxx/security/smc_pa_ctrl/
smc_pa_ctrl.c
117
pConfFileName =
malloc
(strlen(argv[0]) + 1);
149
pPAFileName =
malloc
(strlen(argv[0]) + 1);
/ndk/sources/host-tools/make-3.81/
README.customs
85
The customs/sprite.h header file #includes the <
malloc
.h> header
92
/* #include <
malloc
.h> */
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h
398
#include <
malloc
.h>
402
extern void *
malloc
(size_t);
628
#define really_call_malloc
malloc
633
/* Flex and bison use
malloc
and realloc. Yuk. Note that this means
635
#define
malloc
xmalloc
macro
643
compiling gcc, so that the autoconf declaration tests for
malloc
651
#undef
malloc
macro
653
#pragma GCC poison
malloc
realloc
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h
434
#include <
malloc
.h>
438
extern void *
malloc
(size_t);
700
#define really_call_malloc
malloc
705
/* Flex and bison use
malloc
and realloc. Yuk. Note that this means
707
#define
malloc
xmalloc
macro
715
compiling gcc, so that the autoconf declaration tests for
malloc
723
#undef
malloc
macro
725
#pragma GCC poison
malloc
realloc
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h
434
#include <
malloc
.h>
438
extern void *
malloc
(size_t);
700
#define really_call_malloc
malloc
705
/* Flex and bison use
malloc
and realloc. Yuk. Note that this means
707
#define
malloc
xmalloc
macro
715
compiling gcc, so that the autoconf declaration tests for
malloc
723
#undef
malloc
macro
725
#pragma GCC poison
malloc
realloc
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h
434
#include <
malloc
.h>
438
extern void *
malloc
(size_t);
700
#define really_call_malloc
malloc
705
/* Flex and bison use
malloc
and realloc. Yuk. Note that this means
707
#define
malloc
xmalloc
macro
715
compiling gcc, so that the autoconf declaration tests for
malloc
723
#undef
malloc
macro
725
#pragma GCC poison
malloc
realloc
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstdlib
85
#undef
malloc
119
using ::
malloc
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libssp.so
libssp.so.0
libssp.so.0.0.0
Completed in 1100 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>