HomeSort by relevance Sort by last modified time
    Searched refs:xmalloc (Results 51 - 75 of 169) sorted by null

1 23 4 5 6 7

  /ndk/sources/host-tools/make-3.81/
variable.c 48 = (struct pattern_var *) xmalloc (sizeof (struct pattern_var));
211 v = (struct variable *) xmalloc (sizeof (struct variable));
458 xmalloc (sizeof (struct variable_set_list));
459 l->set = (struct variable_set *) xmalloc (sizeof (struct variable_set));
555 set = (struct variable_set *) xmalloc (sizeof (struct variable_set));
560 xmalloc (sizeof (struct variable_set_list));
955 result = result_0 = (char **) xmalloc ((table.ht_fill + 2) * sizeof (char *));
990 *result = (char *) xmalloc (100);
    [all...]
dir.c 456 dir = (struct directory *) xmalloc (sizeof (struct directory));
517 xmalloc (sizeof (struct directory_contents));
709 df = (struct dirfile *) xmalloc (sizeof (struct dirfile));
871 xmalloc (sizeof (struct directory_contents));
883 new = (struct dirfile *) xmalloc (sizeof (struct dirfile));
1124 new = (struct dirstream *) xmalloc (sizeof (struct dirstream));
1156 buf = xmalloc (bufsz);
1162 d->d_name = xmalloc(len);
read.c 402 ebuf.buffer = ebuf.bufnext = ebuf.bufstart = xmalloc (ebuf.size);
508 commands = xmalloc (200);
577 collapsed = (char *) xmalloc (collapsed_length);
    [all...]
implicit.c 237 = (struct rule **) xmalloc (num_pattern_rules * max_pattern_targets
623 d->name = xmalloc (strlen (p) + l + 1);
928 file->stem = (char *) xmalloc (fullstemlen + 1);
955 new->name = p = (char *) xmalloc (rule->lens[i] + fullstemlen + 1);
remote-cstms.c 102 normalized_cwd = (char *) xmalloc (GET_PATH_MAX);
strcache.c 46 new = (struct strcache *) xmalloc (sizeof (*new) + bufsize);
job.c 247 * Return an xmalloc'ed string of a newly created temp file and its
306 char *const path = (char *) xmalloc (final_size);
    [all...]
main.c 863 *name = xmalloc (TEMPLATE_LEN + 1);
1025 setvbuf (stdout, _IOLBF, xmalloc (BUFSIZ), BUFSIZ);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xthreads.h 33 # ifndef xmalloc
34 # define xmalloc malloc macro
282 # define xcondition_malloc() (xcondition_t)xmalloc(sizeof(xcondition_rec))
288 # define xmutex_malloc() (xmutex_t)xmalloc(sizeof(xmutex_rec))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xthreads.h 33 # ifndef xmalloc
34 # define xmalloc malloc macro
282 # define xcondition_malloc() (xcondition_t)xmalloc(sizeof(xcondition_rec))
288 # define xmutex_malloc() (xmutex_t)xmalloc(sizeof(xmutex_rec))
  /external/bison/djgpp/
subpipe.c 139 arguments = xmalloc(argc * sizeof(arguments[0]));
142 arguments[argc] = xmalloc((strlen(argv[argc]) + 1) * sizeof(arguments[0][0]));
  /external/dhcpcd/
bpf.c 69 device = xmalloc(sizeof(char) * PATH_MAX);
99 iface->buffer = xmalloc(buf_len);
dhcp.c 321 opt_buffer = xmalloc(sizeof(*dhcp));
617 sip = xmalloc(l);
628 sip = p = xmalloc(l);
731 s = xmalloc(sizeof(char) * type);
739 s = xmalloc(sizeof(char) * (len + 1));
811 route->next = xmalloc(sizeof(*route));
814 routes = route = xmalloc(sizeof(*routes));
1180 dhcp = xmalloc(sizeof(*dhcp));
1274 tmp = xmalloc(l);
    [all...]
control.c 111 l = xmalloc(sizeof(*l));
  /external/oprofile/daemon/liblegacy/
init.c 338 sbuf = xmalloc(s_buf_bytesize);
341 nbuf = xmalloc(n_buf_bytesize);
opd_image.c 138 image = xmalloc(sizeof(struct opd_image));
opd_parse_proc.c 112 image_name = xmalloc(PATH_MAX);
  /external/jemalloc/test/unit/
mallctl.c 141 TEST_MALLCTL_CONFIG(xmalloc);
172 TEST_MALLCTL_OPT(bool, xmalloc, xmalloc);
  /external/chromium_org/third_party/yasm/source/patched-yasm/
util.h 125 # define yasm_xmalloc(size) xmalloc(size)
splint.sh 51 libyasm/xmalloc.c \
  /external/oprofile/daemon/
init.c 325 sbuf = xmalloc(s_buf_bytesize);
opd_kernel.c 97 struct kernel_image * image = xmalloc(sizeof(struct kernel_image));
opd_mangling.c 59 char * name = xmalloc(PATH_MAX);
opd_spu.c 50 spu_context_cache = xmalloc(sizeof(struct spu_context_info) * num_spus);
  /external/oprofile/opjitconv/
parse_dump.c 121 xmalloc(sizeof(struct jitentry_debug_line));

Completed in 3300 milliseconds

1 23 4 5 6 7