Searched refs:xmalloc (Results 1 - 25 of 678) sorted by path

1234567891011>>

/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/common/
H A Dlist.c51 le = xmalloc(sizeof (list_t));
H A Dmemory.c48 xmalloc(size_t size) function
63 mem = xmalloc(size);
H A Dmemory.h42 void *xmalloc(size_t);
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dalist.c117 el = xmalloc(sizeof (alist_el_t));
H A Dctf.c569 outbuf = xmalloc(sizeof (ctf_header_t) + (buf->ctb_ptr - buf->ctb_base)
592 resbuf.rb_base = xmalloc(resbuf.rb_size);
882 xmalloc(sizeof (tdesc_t *) * ii->ii_nargs);
976 ip = xmalloc(sizeof (intr_t));
1023 tdp->t_ardef = xmalloc(sizeof (ardef_t));
1041 *mpp = xmalloc(sizeof (mlist_t));
1055 *mpp = xmalloc(sizeof (mlist_t));
1079 *epp = xmalloc(sizeof (elist_t));
1266 ctfdata = xmalloc(ctfdatasz);
H A Dctfmerge.c653 wq->wq_thread = xmalloc(sizeof (pthread_t) * wq->wq_nthreads);
883 ifiles = xmalloc(sizeof (char *) * nifiles);
884 tifiles = xmalloc(sizeof (char *) * nifiles);
H A Ddwarf.c1046 char *new = xmalloc(newsz);
H A Dfifo.c62 fifonode_t *fn = xmalloc(sizeof (fifonode_t));
H A Dfixup_tdescs.c265 cpum = xmalloc(sizeof (*cpum));
H A Dhash.c97 hash = xmalloc(sizeof (hash_t));
H A Diidesc.c127 tgt = xmalloc(sizeof (iidesc_t));
134 tgt->ii_args = xmalloc(sizeof (tdesc_t *) * tgt->ii_nargs);
H A Dinput.c150 char *memname = xmalloc(memlen);
H A Dmerge.c738 new->t_intr = xmalloc(sizeof (intr_t));
758 fndef_t *nfn = xmalloc(sizeof (fndef_t));
784 ardef_t *nar = xmalloc(sizeof (ardef_t));
807 *nmemp = xmalloc(sizeof (mlist_t));
828 *nelp = xmalloc(sizeof (elist_t));
H A Doutput.c504 secxlate = xmalloc(sizeof (int) * sehdr.e_shnum);
607 ddata->d_buf = xmalloc(ddata->d_size + shdr.sh_size +
625 ddata->d_buf = xmalloc(shdr.sh_size);
650 ddata->d_buf = xmalloc(shdr.sh_size);
H A Dst_parse.c221 args = xmalloc(sizeof (tdesc_t *) * FUNCARG_DEF);
503 new = xmalloc(len);
841 newtdp->t_intr = xmalloc(sizeof (intr_t));
H A Dstabs.c154 curfun->ii_args = xmalloc(sizeof (tdesc_t *) * FUNCARG_DEF);
H A Dstack.c55 sp = xmalloc(sizeof (stk_t));
58 sp->st_data = xmalloc(sizeof (void *) * sp->st_nument);
H A Dstrtab.c46 sp->str_ptr = xmalloc(sp->str_bufsz);
179 hp = xmalloc(sizeof (strhash_t));
H A Dtdata.c281 labelent_t *le = xmalloc(sizeof (*le));
H A Dutil.c226 newname = xmalloc(strlen(origname) + strlen(suffix) + 1);
/freebsd-9.3-release/contrib/amd/amd/
H A Dam_ops.c323 newstr = xmalloc(len);
H A Damfs_generic.c1049 char *nopts = (char *) xmalloc(l);
1113 new_mp->am_transp = (SVCXPRT *) xmalloc(sizeof(SVCXPRT));
H A Damfs_host.c419 ep = (exports *) xmalloc(n_export * sizeof(exports));
441 fp = (am_nfs_handle_t *) xmalloc(n_export * sizeof(am_nfs_handle_t));
H A Damfs_nfsx.c223 nx->nx_v = (amfs_nfsx_mnt *) xmalloc(nx->nx_c * sizeof(amfs_nfsx_mnt));
H A Dget_args.c85 vers = xmalloc(len);

Completed in 131 milliseconds

1234567891011>>