OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc
(Results
851 - 875
of
2813
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/arduino/hardware/arduino/cores/arduino/
WString.h
102
_buffer = (char *)
malloc
(_capacity + 1);
/external/bison/lib/
stdlib.in.h
271
rely on GNU or POSIX semantics for
malloc
and realloc (for example,
272
by never specifying a zero size), so it does not need
malloc
or
278
# undef
malloc
279
# define
malloc
rpl_malloc
281
_GL_FUNCDECL_RPL (
malloc
, void *, (size_t size));
282
_GL_CXXALIAS_RPL (
malloc
, void *, (size_t size));
284
_GL_CXXALIAS_SYS (
malloc
, void *, (size_t size));
286
_GL_CXXALIASWARN (
malloc
);
288
# undef
malloc
289
/* Assume
malloc
is always declared. *
[
all
...]
/external/blktrace/btt/
q2d.c
59
struct q2d_info *q2dp =
malloc
(sizeof(*q2dp));
/external/chromium/base/
tools_sanity_unittest.cc
91
char *foo = reinterpret_cast<char*>(
malloc
(10));
/external/chromium/net/tools/dnssec_chain_verify/
dnssec_chain_verify.cc
54
char* const input = (char *)
malloc
(inlen);
/external/clang/lib/Rewrite/Frontend/
HTMLPrint.cpp
90
char *Buffer = (char*)
malloc
(RewriteBuf.size());
/external/compiler-rt/lib/asan/tests/
asan_test_utils.h
49
#include <
malloc
.h>
/external/compiler-rt/lib/tsan/tests/unit/
tsan_shadow_test.cc
52
void *heap =
malloc
(0);
/external/e2fsprogs/e2fsck/
mtrace.c
1
/* More debugging hooks for `
malloc
'.
89
hdr = (__ptr_t)
malloc
(size);
147
/* Be sure it doesn't
malloc
its buffer! */
/external/e2fsprogs/lib/e2p/
mntopts.c
108
buf =
malloc
(strlen(str)+1);
/external/e2fsprogs/lib/et/
com_right.c
98
f =
malloc
(sizeof(*f));
/external/e2fsprogs/lib/ext2fs/
imager.c
69
buf =
malloc
(fs->blocksize * BUF_BLOCKS);
143
buf =
malloc
(fs->blocksize * BUF_BLOCKS);
192
buf =
malloc
(fs->blocksize);
243
buf =
malloc
(size);
io_manager.c
35
options =
malloc
(strlen(opts)+1);
/external/e2fsprogs/lib/ss/
parse.c
54
argv = (char **)
malloc
(sizeof(char *));
/external/e2fsprogs/misc/
base_device.c
47
str =
malloc
(strlen(device)+1);
/external/e2fsprogs/util/
subst.c
41
ent = (struct subst_entry *)
malloc
(sizeof(struct subst_entry));
44
ent->name = (char *)
malloc
(strlen(name)+1);
47
ent->value = (char *)
malloc
(strlen(value)+1);
350
newfn = (char *)
malloc
(strlen(outfn)+20);
/external/elfutils/libasm/
asm_newabssym.c
76
result = (AsmSym_t *)
malloc
(sizeof (AsmSym_t));
asm_newsym.c
75
result = (AsmSym_t *)
malloc
(sizeof (AsmSym_t) + name_len);
/external/harfbuzz/tests/linebreaking/
harfbuzz-qt.cpp
96
char *output = (char *)
malloc
(data.length() + 1);
/external/harfbuzz_ng/src/
test-buffer-serialize.cc
72
font_data = (const char *)
malloc
(len);
test.cc
73
font_data = (const char *)
malloc
(len);
/external/iproute2/ip/
ipmaddr.c
109
struct ma_info *ma =
malloc
(sizeof(m));
138
struct ma_info *ma =
malloc
(sizeof(m));
150
ma =
malloc
(sizeof(m));
181
struct ma_info *ma =
malloc
(sizeof(m));
/external/ipsec-tools/src/racoon/
debugrm.h
41
#define racoon_malloc(sz)
malloc
((sz))
/external/libcap-ng/libcap-ng-0.7/utils/
proc-llist.c
43
newnode =
malloc
(sizeof(lnode));
/external/libffi/testsuite/libffi.call/
struct8.c
48
(test_structure_8 *)
malloc
(sizeof(test_structure_8));
Completed in 3449 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>