Searched refs:xzalloc (Results 1 – 12 of 12) 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()
50 void *xzalloc (size_t s);
194 xzalloc (size_t s) in xzalloc() function
132 #define CALLOC(ty) ((ty *) xzalloc(sizeof(ty)))328 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()
215 xzalloc(int len) in xzalloc() function
2811 struct keyfield *key = xzalloc (sizeof *key); in new_key()
3920 * include/am_utils.h (CALLOC): redefine macro to use xzalloc, not9758 * conf/transp/transp_tli.c (get_knetconfig): use xzalloc() not9761 * conf/mtab/mtab_mach3.c (convert): use xzalloc() not calloc().9768 * libamu/xutil.c (xzalloc): new function to allocate memory and
3348 (set_fields): Allocate zeroed byte array with xzalloc, not xcalloc.3400 * src/sort.c (new_key): Use xzalloc, not xcalloc (1, ...).