Lines Matching refs:xmalloc
644 outbuf = xmalloc(sizeof (ctf_header_t) + (buf->ctb_ptr - buf->ctb_base) in write_buffer()
667 resbuf.rb_base = xmalloc(resbuf.rb_size); in write_compressed_buffer()
1032 xmalloc(sizeof (tdesc_t *) * ii->ii_nargs); in resurrect_functions()
1136 ip = xmalloc(sizeof (intr_t)); in resurrect_types()
1195 tdp->t_ardef = xmalloc(sizeof (ardef_t)); in resurrect_types()
1215 *mpp = xmalloc(sizeof (mlist_t)); in resurrect_types()
1229 *mpp = xmalloc(sizeof (mlist_t)); in resurrect_types()
1247 *mpp = xmalloc(sizeof (mlist_t)); in resurrect_types()
1261 *mpp = xmalloc(sizeof (mlist_t)); in resurrect_types()
1287 *epp = xmalloc(sizeof (elist_t)); in resurrect_types()
1472 ctfdata = xmalloc(ctfdatasz); in ctf_load()