OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:malloc
(Results
476 - 500
of
4430
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/bison/lib/
strdup.h
25
/* Duplicate S, returning an identical
malloc
'd string. */
/external/bluetooth/glib/glib/gnulib/
README
35
exported functions to the _g_gnulib namespace, replace
malloc
by
/external/chromium/base/
process_util_mac.mm
16
#include <
malloc
/
malloc
.h>
37
#include "third_party/apple_apsl/
malloc
.h"
493
// === C
malloc
/calloc/valloc/realloc/posix_memalign ===
561
// http://opensource.apple.com/source/Libc/Libc-583/gen/
malloc
.c ).
609
// http://opensource.apple.com/source/Libc/Libc-583/gen/
malloc
.c ).
729
// === C
malloc
/calloc/valloc/realloc/posix_memalign ===
734
// http://opensource.apple.com/source/Libc/Libc-583/gen/
malloc
.c for details).
777
g_old_malloc = default_zone->
malloc
;
784
default_zone->
malloc
= oom_killer_malloc
[
all
...]
string_util_posix.h
18
// Chromium code style is to not use
malloc
'd strings; this is only for use
string_util_win.h
18
// Chromium code style is to not use
malloc
'd strings; this is only for use
/external/chromium/sdch/open-vcdiff/testdata/
configure.ac.v0.1
32
AC_CHECK_HEADERS([
malloc
.h])
configure.ac.v0.2
34
AC_CHECK_HEADERS([
malloc
.h])
/external/chromium/third_party/libevent/test/
test-time.c
76
ev[i] =
malloc
(sizeof(struct event));
/external/clang/INPUTS/
macro_pounder_fn.c
3
// heavily constrained by darwin's
malloc
.
/external/clang/test/Analysis/
reference.cpp
5
void
malloc
(size_t);
/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
48
de =
malloc
(max_len+1);
ostype.c
35
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/elfutils/bionic-fixup/
getline.c
39
*lineptr =
malloc
(len);
/external/elfutils/host-darwin-fixup/
getline.c
39
*lineptr =
malloc
(len);
/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
() */
Completed in 568 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>