OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:malloc
(Results
801 - 825
of
6596
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/compiler-rt/lib/lsan/lit_tests/TestCases/
fork_threaded.cc
29
thread_local_var =
malloc
(1337);
use_registers.cc
16
void *p =
malloc
(1337);
use_stacks_threaded.cc
16
void *p =
malloc
(1337);
use_tls_dynamic.cc
24
void *p =
malloc
(1337);
use_tls_pthread_specific_dynamic.cc
28
void *p =
malloc
(1337);
use_tls_pthread_specific_static.cc
22
void *p =
malloc
(1337);
/external/compiler-rt/lib/msan/lit_tests/
dso-origin.cc
20
// CHECK: {{#0 0x.* in .*
malloc
}}
/external/compiler-rt/lib/tsan/lit_tests/
free_race.c
30
mem = (int*)
malloc
(100);
java_lock_rec.cc
30
void *jheap =
malloc
(kHeapSize);
java_lock_rec_race.cc
28
void *jheap =
malloc
(kHeapSize);
signal_errno.cc
31
volatile char *p = (char*)
malloc
(1);
/external/e2fsprogs/e2fsck/
extend.c
47
block =
malloc
(blocksize);
profile_helpers.c
55
list->list =
malloc
(list->max * sizeof(char *));
277
filenames = (char **)
malloc
((n_entries+1) * sizeof(char*));
284
filenames[i] = (char*)
malloc
(ent_len + 1);
286
/* if
malloc
fails, free the ones that worked */
/external/e2fsprogs/lib/e2p/
iod.c
50
de =
malloc
(max_len+1);
ostype.c
37
ret =
malloc
(strlen(os)+1);
/external/e2fsprogs/lib/et/
init_et.c
41
new_et = (struct foobar *)
malloc
(sizeof(struct foobar));
/external/e2fsprogs/lib/et/test_cases/
continuation.c
43
et =
malloc
(sizeof(struct et_list));
simple.c
64
et =
malloc
(sizeof(struct et_list));
/external/e2fsprogs/lib/ss/
help.c
62
buffer =
malloc
(80+2*strlen(request_name));
84
buffer =
malloc
(strlen (info->info_dirs[idx]) + 1 +
102
char *buf =
malloc
(strlen (MSG) + strlen (argv[1]) + 1);
162
dirs[n_dirs] =
malloc
((unsigned)strlen(info_dir)+1);
/external/genext2fs/m4/
ac_func_scanf_can_malloc.m4
12
AC_CACHE_CHECK([whether scanf can
malloc
], [ac_scanf_can_malloc],
/external/hyphenation/
hnjalloc.h
36
/* wrappers for
malloc
*/
/external/icu4c/tools/tzcode/
ialloc.c
22
return
malloc
((size_t) nonzero(n));
/external/iproute2/tc/
emp_ematch.y
4
#include <
malloc
.h>
/external/jpeg/
jconfig.bcc
26
#define MAX_ALLOC_CHUNK 65520L /* Maximum request to
malloc
() */
jconfig.mc6
24
#define MAX_ALLOC_CHUNK 65520L /* Maximum request to
malloc
() */
Completed in 342 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>