OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc
(Results
1076 - 1100
of
2813
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/libsepol/src/
ebitmap.c
28
new = (ebitmap_node_t *)
malloc
(sizeof(ebitmap_node_t));
179
new = (ebitmap_node_t *)
malloc
(sizeof(ebitmap_node_t));
299
new = (ebitmap_node_t *)
malloc
(sizeof(ebitmap_node_t));
382
n = (ebitmap_node_t *)
malloc
(sizeof(ebitmap_node_t));
/external/linux-tools-perf/util/
exec_cmd.c
107
nargv =
malloc
(sizeof(*nargv) * (argc + 2));
/external/llvm/runtime/libprofile/
CommonProfiling.c
91
* to happen in practice. This avoids calling
malloc
() below with a
100
SavedArgs = (char*)
malloc
(Length);
/external/mdnsresponder/mDNSCore/
mDNSDebug.h
51
// Set this symbol to 1 to do extra debug checks on
malloc
() and free()
52
// Set this symbol to 2 to write a log message for every
malloc
() and free()
156
#define mallocL(X,Y)
malloc
(Y)
/external/oprofile/daemon/liblegacy/
opd_mapping.c
76
map =
malloc
(sizeof(struct opd_map));
/external/ppp/pppd/plugins/
winbind.c
206
* Encode a base64 string into a
malloc
()ed string caller to free.
217
char *result =
malloc
(output_len); /* get us plenty of space */
358
challenge_hex =
malloc
(challenge_length*2+1);
368
lm_hex_hash =
malloc
(lm_response_length*2+1);
378
nt_hex_hash =
malloc
(nt_response_length*2+1);
/external/qemu/android/utils/
path.c
101
result =
malloc
( end-path+1 );
464
result =
malloc
(currentLen + pathLen + 2);
489
result =
malloc
(currentLen + pathLen + 2);
626
data = (char*)
malloc
(sz + 1);
tempfile.c
99
tempfile =
malloc
( sizeof(*tempfile) + strlen(tempname) + 1 );
/external/qemu/distrib/sdl-1.2.15/test/
testwin.c
45
colors = (SDL_Color *)
malloc
(ncolors*sizeof(SDL_Color));
46
cmap = (SDL_Color *)
malloc
(ncolors*sizeof(SDL_Color));
54
colors = (SDL_Color *)
malloc
(ncolors*sizeof(SDL_Color));
55
cmap = (SDL_Color *)
malloc
(ncolors*sizeof(SDL_Color));
/external/quake/quake/src/QW/server/
sys_win.c
219
parms.membase =
malloc
(parms.memsize);
/external/quake/quake/src/WinQuake/
sys_null.cpp
216
parms.membase =
malloc
(parms.memsize);
/external/srtp/crypto/test/
sha1_driver.c
75
test_case =
malloc
(sizeof(hash_test_case_t));
/external/stlport/src/
cxa.c
134
l = (struct exit_function_list *)
malloc
( sizeof(struct exit_function_list) );
/external/stlport/stlport/stl/
_cstdlib.h
74
using _STLP_VENDOR_CSTD::
malloc
;
_tempbuf.h
93
_M_buffer = (_Tp*)
malloc
(_M_len * sizeof(_Tp));
/external/strace/
scsi.c
25
(buf =
malloc
(allocated)) == NULL ||
/external/tcpdump/missing/
snprintf.c
479
tmp =
malloc
(sz);
510
tmp =
malloc
(val + 1);
540
tmp =
malloc
(val + 1);
575
state.str =
malloc
(state.sz);
/external/v8/test/cctest/
test-list.cc
41
size_t* result = reinterpret_cast<size_t*>(
malloc
(true_size));
/external/valgrind/main/VEX/test/
fxsave.c
4
#include <
malloc
.h>
/external/valgrind/main/coregrind/m_scheduler/
ticket-lock-linux.c
80
p = VG_(
malloc
)("sched_lock", sizeof(*p));
/external/valgrind/main/drd/tests/
pth_inconsistent_cond_wait.c
12
#include <stdlib.h> //
malloc
()
57
sem_t* p =
malloc
(sizeof(*p));
/external/valgrind/main/memcheck/tests/amd64-linux/
defcfaexpr.S
22
long *p =
malloc
(8);
86
call
malloc
/external/valgrind/main/memcheck/tests/
mallinfo.c
1
#include "tests/
malloc
.h"
110
ptr[i - 1] =
malloc
(size);
wrap8.c
32
p =
malloc
(sizeof(Lard));
/external/valgrind/main/none/tests/amd64/
nan80and64.c
99
UChar* res =
malloc
(10);
Completed in 1475 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>