Searched refs:xzalloc (Results 1 – 7 of 7) sorted by relevance
53 void *xzalloc (size_t s);
228 xzalloc (size_t s) in xzalloc() function
96 return xzalloc (sizeof *new_exclude ()); in new_exclude()
134 #define CALLOC(ty) ((ty *) xzalloc(sizeof(ty)))333 extern voidp xzalloc(int);
331 xzalloc (unsigned int size) in xzalloc() function508 new = (struct parse_stack *) xzalloc (sizeof (struct parse_stack)); in push_parse_stack()2296 fdr_to_pst = (struct pst_map *) xzalloc ((hdr->ifdMax + 1) * sizeof *fdr_to_pst); in parse_partial_symbols()4665 bv = (struct blockvector *) xzalloc (size); in new_bvect()4683 struct block *retval = xzalloc (sizeof (struct block)); in new_block()4840 xzalloc (sizeof (struct mips_extra_func_info))); in fixup_sigtramp()
211 xzalloc(int len) in xzalloc() function
4980 * include/am_utils.h (CALLOC): redefine macro to use xzalloc, not10818 * conf/transp/transp_tli.c (get_knetconfig): use xzalloc() not10821 * conf/mtab/mtab_mach3.c (convert): use xzalloc() not calloc().10828 * libamu/xutil.c (xzalloc): new function to allocate memory and