OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc
(Results
2501 - 2525
of
2813
) sorted by null
<<
101
102
103
104
105
106
107
108
109
110
>>
/external/blktrace/btt/
output.c
379
struct seek_mode_info *new =
malloc
(sizeof(*new));
/external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c
[
all
...]
/external/chromium/chrome/browser/password_manager/
password_store_mac.cc
202
char* time_string = static_cast<char*>(
malloc
(byte_length + 1));
[
all
...]
/external/chromium/net/base/
x509_certificate_win.cc
165
// Wrappers of
malloc
and free for CRYPT_DECODE_PARA, which requires the
168
return
malloc
(size);
[
all
...]
/external/chromium/sdch/open-vcdiff/src/
vcencoder_test.cc
37
#include <
malloc
.h>
[
all
...]
/external/chromium/third_party/libevent/
event.c
335
base->activequeues[i] =
malloc
(sizeof(struct event_list));
337
event_err(1, "%s:
malloc
", __func__);
/external/chromium/third_party/libevent/test/
regress_http.c
280
struct chunk_req_state *state =
malloc
(sizeof(struct chunk_req_state));
/external/dhcpcd/
configure.c
551
rt =
malloc
(sizeof(*rt));
/external/dropbear/
loginrec.c
1223
if (! (ut = (struct utmp *)
malloc
(sizeof(*ut)))) {
1224
dropbear_log(LOG_WARNING, "syslogin_perform_login: couldn't
malloc
()");
[
all
...]
/external/elfutils/libcpu/
i386_lex.c
[
all
...]
/external/elfutils/libelf/
elf_begin.c
695
newp = (char *)
malloc
(len);
[
all
...]
/external/elfutils/src/
ldlex.c
[
all
...]
/external/flac/libFLAC/
bitreader.c
36
#include <stdlib.h> /* for
malloc
() */
333
br->buffer = (brword*)
malloc
(sizeof(brword) * br->capacity);
[
all
...]
bitwriter.c
36
#include <stdlib.h> /* for
malloc
() */
187
bw->buffer = (bwword*)
malloc
(sizeof(bwword) * bw->capacity);
/external/harfbuzz_ng/src/
hb-font.cc
570
closure = (hb_face_for_data_closure_t *)
malloc
(sizeof (hb_face_for_data_closure_t));
hb-open-type-private.hh
405
void *p =
malloc
(len);
/external/icu4c/test/cintltst/
cbiapts.c
107
dest = (StringStruct *)
malloc
(destSize);
[
all
...]
ucsdetst.c
21
#define NEW_ARRAY(type,count) (type *)
malloc
((count) * sizeof(type))
utf16tst.c
604
UChar *str=(UChar*)
malloc
(sizeof(UChar) * (u_strlen(s)+1));
/external/icu4c/test/iotest/
iotest.cpp
143
tdpath = (char*)
malloc
(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 100));
[
all
...]
/external/icu4c/test/perf/collperf/
collperf.cpp
353
base =
malloc
(num * width);
/external/ipsec-tools/src/racoon/
eaytest.c
556
certs[n] =
malloc
(sb.st_size + 1);
558
err(1, "
malloc
");
/external/libppp/src/
ccp.c
369
if ((*o = (struct ccp_opt *)
malloc
(sizeof(struct ccp_opt))) == NULL) {
chat.c
246
if ((c->abort.string[i].data = (char *)
malloc
(len+1)) != NULL) {
tty.c
694
if ((dev =
malloc
(sizeof *dev)) == NULL) {
Completed in 1567 milliseconds
<<
101
102
103
104
105
106
107
108
109
110
>>