OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:malloc
(Results
701 - 725
of
4430
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/ndk/sources/host-tools/make-3.81/
alloca.c
81
malloc
. The Emacs executable needs alloca to call xmalloc, because
82
ordinary
malloc
isn't protected from input signals. On the other
83
hand, the utilities in lib-src need alloca to call
malloc
; some of
88
Callers below should use
malloc
. */
91
#define
malloc
xmalloc
macro
93
extern pointer
malloc
();
144
It is very important that sizeof(header) agree with
malloc
217
register pointer new =
malloc
(sizeof (header) + size);
/ndk/sources/host-tools/sed-4.2.1/lib/
obstack.c
68
/* If
malloc
were really smart, it would round addresses to DEFAULT_ALIGNMENT.
114
/* Define a macro that either calls functions with the traditional
malloc
/free
154
/* Default size is what GNU
malloc
can fit in a 4096-byte block. */
156
/* 12 is sizeof (mhead) and 4 is EXTRA from GNU
malloc
.
162
These number are irrelevant to the new GNU
malloc
. I suspect it is
201
/* Default size is what GNU
malloc
can fit in a 4096-byte block. */
203
/* 12 is sizeof (mhead) and 4 is EXTRA from GNU
malloc
.
209
These number are irrelevant to the new GNU
malloc
. I suspect it is
xmalloc.c
1
/* xmalloc.c --
malloc
with out of memory checking
45
void *p =
malloc
(n);
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
Renderer.cpp
49
char* buf = (char*)
malloc
(infoLen);
98
char* buf = (char*)
malloc
(bufLength);
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
Renderer.cpp
49
char* buf = (char*)
malloc
(infoLen);
98
char* buf = (char*)
malloc
(bufLength);
/packages/apps/Nfc/jni/
com_android_nfc_list.cpp
61
pNode = (struct listNode*)
malloc
(sizeof(listNode));
65
ALOGE("Failed to
malloc
");
/prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/lib/
libthread_db.so
/prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/lib/
libthread_db.so
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/lib/
libthread_db.so
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/
libthread_db.so
/prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/lib/
libthread_db.so
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_new.h
25
// new.h uses ::
malloc
;(
27
using _STLP_VENDOR_CSTD::
malloc
;
/prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/lib/
libthread_db.so
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_new.h
25
// new.h uses ::
malloc
;(
27
using _STLP_VENDOR_CSTD::
malloc
;
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_new.h
25
// new.h uses ::
malloc
;(
27
using _STLP_VENDOR_CSTD::
malloc
;
/system/core/libnl_2/
msg.c
19
#include <
malloc
.h>
33
nm = (struct nl_msg *)
malloc
(page_sz);
/system/core/libzipfile/
zipfile.c
14
Zipfile *file =
malloc
(sizeof(Zipfile));
67
char* s =
malloc
(l+1);
/abi/cpp/src/
new.cc
36
void* ptr =
malloc
(size);
/bionic/libc/arch-arm/bionic/
kill.S
33
of a corrupted
malloc
heap).
tgkill.S
33
of a corrupted
malloc
heap).
tkill.S
33
of a corrupted
malloc
heap).
/bionic/libc/bionic/
basename.c
43
bname = (char *)
malloc
(MAXPATHLEN);
dirname.c
43
bname = (char *)
malloc
(MAXPATHLEN);
tsearch.c
50
q =
malloc
(sizeof(node_t)); /* T5: key not found */
/bionic/libc/stdio/
asprintf.c
36
f._bf._base = f._p = (unsigned char *)
malloc
(128);
Completed in 673 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>