HomeSort by relevance Sort by last modified time
    Searched full:malloc (Results 1051 - 1075 of 4430) sorted by null

<<41424344454647484950>>

  /external/bluetooth/glib/gio/xdgmime/
xdgmimeparent.c 68 list = malloc (sizeof (XdgParentList));
180 entry->parents = malloc ((entry->n_parents + 1) * sizeof (char *));
  /external/chromium/third_party/libevent/test/
regress.gen.c 48 if ((tmp = malloc(sizeof(struct msg))) == NULL) {
49 event_warn("%s: malloc", __func__);
432 if ((tmp = malloc(sizeof(struct kill))) == NULL) {
433 event_warn("%s: malloc", __func__);
658 if ((tmp = malloc(sizeof(struct run))) == NULL) {
659 event_warn("%s: malloc", __func__);
697 msg->some_bytes_data = malloc(len);
807 if ((tmp->some_bytes_data = malloc(tmp->some_bytes_length)) == NULL)
  /external/chromium/third_party/libjingle/source/talk/base/
nethelpers.cc 91 result = static_cast<hostent*>(malloc(total_len));
130 void* buf = malloc(size);
  /external/chromium/third_party/modp_b64/
modp_b64.h 46 * char* dest = (char*) malloc(modp_b64_encode_len);
74 * char* dest = (char*) malloc(modp_b64_decode_len(srclen));
  /external/clang/test/Sema/
attr-args.c 6 // RUN: %clang_cc1 -DATTR=malloc -verify -Wunused -Wused-but-marked-unused -Wunused-parameter -Wunused -fsyntax-only %s
26 // RUN: %clang_cc1 -DATTR=malloc -verify -Wunused -Wused-but-marked-unused -Wunused-parameter -Wunused -fsyntax-only %s
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 81 filename = malloc(strlen(prefix) + 1 + strlen(orig_filename) + 1);
95 pathname = malloc(i + 1);
  /external/e2fsprogs/debugfs/
lsdel.c 104 delarray = malloc(max_delarray * sizeof(struct deleted_info));
111 block_buf = malloc(current_fs->blocksize * 3);
  /external/e2fsprogs/e2fsck/
region.c 38 region = malloc(sizeof(struct region_struct));
106 new_region = malloc(sizeof(struct region_el));
  /external/e2fsprogs/intl/
gettextP.h 85 /* 1 if the memory is mmap()ed, 0 if the memory is malloc()ed. */
91 /* Pointer to additional malloc()ed memory. */
  /external/e2fsprogs/lib/blkid/
devno.c 46 ret = malloc(length + 1);
66 dp = malloc(sizeof(struct dir_list));
save.c 94 tmp = malloc(strlen(filename) + 8);
142 backup = malloc(strlen(filename) + 5);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
eclipse 
  /external/elfutils/libasm/
asm_align.c 147 asmscn->content = (struct AsmData *) malloc (sizeof (struct AsmData)
164 newp = (struct AsmData *) malloc (sizeof (struct AsmData) + size);
  /external/icu4c/test/cintltst/
ccurrtst.c 145 sortKey1=(uint8_t*)malloc(sizeof(uint8_t) * (sortklen+1));
149 sortKey2=(uint8_t*)malloc(sizeof(uint8_t) * (sortklen+1));
  /external/iproute2/misc/
ssfilter.y 5 #include <malloc.h>
15 struct ssfilter *n = malloc(sizeof(*n));
  /external/iproute2/netem/
maketable.c 13 #include <malloc.h>
141 inverse = (short *)malloc(inversesize*sizeof(short));
  /external/jpeg/
jconfig.doc 39 * pointer type, e.g., that returned by malloc().
76 * "far" pointers and to be allocated with a special version of malloc.)
jconfig.h 40 * pointer type, e.g., that returned by malloc().
77 * "far" pointers and to be allocated with a special version of malloc.)
  /external/libmtp/
config.h 55 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
186 /* #undef malloc */
config.h.in 54 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
189 #undef malloc
  /external/libselinux/src/
stringrep.c 71 node = malloc(sizeof(struct discover_class_node));
270 *res = malloc(len);
  /external/libsepol/src/
conditional.c 146 new_node = (cond_node_t *)malloc(sizeof(cond_node_t));
275 new_expr = (cond_expr_t *) malloc(sizeof(cond_expr_t));
528 malloc(p->p_bools.nprim * sizeof(cond_bool_datum_t *));
576 booldatum = malloc(sizeof(cond_bool_datum_t));
593 key = malloc(len + 1);
692 list = malloc(sizeof(cond_av_list_t));
788 expr = malloc(sizeof(cond_expr_t));
855 node = malloc(sizeof(cond_node_t));
context_record.c 134 (sepol_context_t *) malloc(sizeof(sepol_context_t));
294 char *str = (char *)malloc(total_sz + 1);
port_record.c 34 (sepol_port_key_t *) malloc(sizeof(sepol_port_key_t));
206 sepol_port_t *tmp_port = (sepol_port_t *) malloc(sizeof(sepol_port_t));
sidtab.c 30 s->htable = malloc(sizeof(sidtab_ptr_t) * SIDTAB_SIZE);
64 newnode = (sidtab_node_t *) malloc(sizeof(sidtab_node_t));

Completed in 501 milliseconds

<<41424344454647484950>>