OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc
(Results
626 - 650
of
2813
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/iproute2/tc/
emp_ematch.y
4
#include <
malloc
.h>
/external/libffi/testsuite/libffi.call/
struct1.c
45
(test_structure_1 *)
malloc
(sizeof(test_structure_1));
struct2.c
43
(test_structure_2 *)
malloc
(sizeof(test_structure_2));
struct4.c
44
(test_structure_4 *)
malloc
(sizeof(test_structure_4));
struct5.c
42
(test_structure_5 *)
malloc
(sizeof(test_structure_5));
struct6.c
43
(test_structure_6 *)
malloc
(sizeof(test_structure_6));
struct7.c
46
(test_structure_7 *)
malloc
(sizeof(test_structure_7));
struct9.c
43
(test_structure_9 *)
malloc
(sizeof(test_structure_9));
/external/libpng/contrib/gregbook/
readppm.c
157
if ((image_data = (uch *)
malloc
(rowbytes*height)) == NULL) {
/external/libselinux/src/
booleans.c
55
n = (char **)
malloc
(sizeof(char *) * *len);
96
*buf = (char *)
malloc
(sizeof(char) * (STRBUF_SIZE + 1));
102
fname = (char *)
malloc
(sizeof(char) * len);
176
fname = (char *)
malloc
(sizeof(char) * len);
canonicalize_context.c
31
buf =
malloc
(size);
compute_av.c
35
buf =
malloc
(len);
compute_create.c
34
buf =
malloc
(size);
/external/libsepol/src/
genusers.c
51
if ((buffer = (char *)
malloc
(255 * sizeof(char))) == NULL) {
103
(user_datum_t *)
malloc
(sizeof(user_datum_t));
209
scontext =
malloc
(p - q);
255
scontext =
malloc
(p - q);
roles.c
30
char **tmp_roles = (char **)
malloc
(tmp_nroles * sizeof(char *));
/external/libvpx/libvpx/third_party/googletest/src/samples/
sample10_unittest.cc
58
return
malloc
(allocation_size);
/external/linux-tools-perf/util/ui/
progress.c
12
struct ui_progress *self =
malloc
(sizeof(*self));
/external/llvm/lib/Support/
RWMutex.cpp
51
static_cast<pthread_rwlock_t*>(
malloc
(sizeof(pthread_rwlock_t)));
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));
/external/opencv/cxcore/src/
cxalloc.cpp
44
// default <
malloc
>
48
char *ptr, *ptr0 = (char*)
malloc
(
/external/openssh/openbsd-compat/
bsd-asprintf.c
51
if ((string =
malloc
(INIT_SZ)) == NULL)
/external/openssl/crypto/
LPdir_unix.c
78
*ctx = (LP_DIR_CTX *)
malloc
(sizeof(LP_DIR_CTX));
/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/protobuf/gtest/samples/
sample10_unittest.cc
58
return
malloc
(allocation_size);
Completed in 1327 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>