OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:malloc
(Results
926 - 950
of
4430
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/elfutils/lib/
xmalloc.c
49
p =
malloc
(n);
/external/elfutils/libasm/
asm_fill.c
57
pattern = (struct FillPattern *)
malloc
(sizeof (struct FillPattern)
/external/expat/tests/benchmark/
benchmark.c
69
XMLBuf =
malloc
(fileAttr.st_size);
/external/flac/libFLAC/include/private/
memory.h
44
/* Returns the unaligned address returned by
malloc
.
/external/freetype/include/freetype/config/
ftstdlib.h
133
#define ft_smalloc
malloc
/external/harfbuzz/tests/linebreaking/
harfbuzz-qt.cpp
96
char *output = (char *)
malloc
(data.length() + 1);
/external/icu4c/i18n/
uni2name.cpp
73
// memory (
malloc
() => NULL).
/external/icu4c/tools/icuinfo/
icuplugins_windows_sample.txt
42
## A "bad" plugin that is low level but performs a
malloc
.
/external/libpng/
config.h.in
15
/* Define to 1 if you have the <
malloc
.h> header file. */
/external/libselinux/src/
procattr.c
43
buf =
malloc
(size);
/external/libsepol/src/
ebitmap.c
28
new = (ebitmap_node_t *)
malloc
(sizeof(ebitmap_node_t));
179
new = (ebitmap_node_t *)
malloc
(sizeof(ebitmap_node_t));
299
new = (ebitmap_node_t *)
malloc
(sizeof(ebitmap_node_t));
382
n = (ebitmap_node_t *)
malloc
(sizeof(ebitmap_node_t));
/external/libsepol/tests/
helpers.h
37
*
malloc
'd but not passed to policydb_init.
/external/libusb/libusb/
descriptor.c
144
extra =
malloc
(len);
249
ifp->extra =
malloc
(len);
274
endpoint =
malloc
(tmp);
349
interface =
malloc
(tmp);
397
config->extra =
malloc
(len);
471
struct libusb_config_descriptor *_config =
malloc
(sizeof(*_config));
487
buf =
malloc
(_config->wTotalLength);
546
_config =
malloc
(sizeof(*_config));
556
buf =
malloc
(_config->wTotalLength);
/external/linux-tools-perf/
builtin-script.c
420
struct script_spec *s =
malloc
(sizeof(*s) + strlen(spec) + 1);
996
char **__argv =
malloc
(sizeof(const char *) * argc);
999
die("
malloc
");
1093
__argv =
malloc
((argc + 6) * sizeof(const char *));
1095
die("
malloc
");
1116
__argv =
malloc
((argc + 4) * sizeof(const char *));
1118
die("
malloc
");
1145
__argv =
malloc
((argc + 2) * sizeof(const char *));
1147
die("
malloc
");
/external/linux-tools-perf/util/
exec_cmd.c
107
nargv =
malloc
(sizeof(*nargv) * (argc + 2));
/external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c
242
GVArgs = (LLVMGenericValueRef*)
malloc
(NumArgs * sizeof(LLVMGenericValueRef));
278
CArgs = (const char **)
malloc
(NumArgs * sizeof(char*));
289
CEnv = (const char **)
malloc
((NumEnv + 1) * sizeof(char*));
290
CEnvBuf = (char*)
malloc
(EnvSize);
/external/llvm/lib/Support/
SmallPtrSet.cpp
32
CurArray = (const void**)
malloc
(sizeof(void*) * (CurArraySize+1));
142
CurArray = (const void**)
malloc
(sizeof(void*) * (NewSize+1));
183
CurArray = (const void**)
malloc
(sizeof(void*) * (that.CurArraySize+1));
212
CurArray = (const void**)
malloc
(sizeof(void*) * (RHS.CurArraySize+1));
SmallVector.cpp
27
NewElts =
malloc
(NewCapacityInBytes);
/external/llvm/runtime/libprofile/
BasicBlockTracing.c
59
ArrayStart =
malloc
(ArraySize * sizeof (unsigned));
/external/llvm/test/Transforms/DeadStoreElimination/
simple.ll
152
%p = tail call i8* @
malloc
(i32 4)
161
; CHECK-NEXT:
malloc
166
declare noalias i8* @
malloc
(i32)
255
%m = call i8* @
malloc
(i32 24)
/external/openssh/openbsd-compat/
bsd-asprintf.c
51
if ((string =
malloc
(INIT_SZ)) == NULL)
/external/oprofile/
config.h
58
/* whether
malloc
attribute is understood */
/external/oprofile/libutil++/
bfd_spu_support.cpp
91
spu_elf * spu_elf_stream = (spu_elf *)
malloc
(sizeof(spu_elf));
/external/ppp/pppd/plugins/radius/
clientid.c
69
if ((p = (struct map2id_s *)
malloc
(sizeof(*p))) == NULL) {
/external/qemu/android/
audio-test.c
92
testAudio =
malloc
(sizeof(*testAudio));
Completed in 4846 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>