OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:malloc
(Results
751 - 775
of
6596
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/development/tools/elftree/
elftree.c
75
struct seen *s =
malloc
(sizeof(*s));
76
s->name =
malloc
(strlen(name) + 1);
99
struct search_dir *dir =
malloc
(sizeof(*dir));
100
dir->path =
malloc
(strlen(path) + 1);
/development/tutorials/MoarRam/jni/
bar.c
34
char **ptr =
malloc
(2*1024*1024);
foo.c
34
char **ptr =
malloc
(32);
/development/tutorials/ReverseDebug/
main.c
33
int *p = (int *)
malloc
(sizeof(int));
/external/antlr/antlr-3.4/runtime/C/
configure.ac
153
AC_CHECK_HEADERS([sys/
malloc
.h
malloc
.h], [], [],
155
#include <sys/
malloc
.h>
158
#include <
malloc
.h>
/external/bison/lib/
dirname.c
28
returning NULL upon
malloc
failure, here, we report the
strndup.c
29
char *new =
malloc
(len + 1);
/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/chromium_org/base/strings/
string_util_posix.h
18
// Chromium code style is to not use
malloc
'd strings; this is only for use
string_util_win.h
17
// Chromium code style is to not use
malloc
'd strings; this is only for use
/external/chromium_org/crypto/
capi_util.h
31
// Wrappers of
malloc
and free for CryptoAPI routines that need memory
/external/chromium_org/native_client_sdk/src/libraries/error_handling/
string_stream.c
29
outstr =
malloc
(stream->length + len + 1);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
host_resolver.cc
85
hostent_.h_name = static_cast<char*>(
malloc
(len + 1));
92
hostent_.h_aliases = static_cast<char**>(
malloc
(sizeof(char*)));
135
hostent_.h_addr_list[i] = static_cast<char*>(
malloc
(hostent_.h_length));
143
hostent_.h_addr_list[i] = static_cast<char*>(
malloc
(hostent_.h_length));
/external/chromium_org/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_org/third_party/angle_dx11/src/compiler/
MMap.h
32
fBuff = (char*)
malloc
(sizeof(char) * fSize);
/external/chromium_org/third_party/icu/source/tools/tzcode/
ialloc.c
22
return
malloc
((size_t) nonzero(n));
/external/chromium_org/third_party/jemalloc/chromium/
crtsp1.diff
11
* this used to happen in _mtinit, but we need it before
malloc
63
* this used to happen in _mtinit, but we need it before
malloc
158
diff -re crt/src/
malloc
.h crt-sp1/src/
malloc
.h
/external/chromium_org/third_party/jemalloc/vendor/
crtsp1.diff
11
* this used to happen in _mtinit, but we need it before
malloc
63
* this used to happen in _mtinit, but we need it before
malloc
158
diff -re crt/src/
malloc
.h crt-sp1/src/
malloc
.h
/external/chromium_org/third_party/leveldatabase/src/util/
arena.h
23
// Allocate memory with the normal alignment guarantees provided by
malloc
Completed in 3105 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>