Home
last modified time | relevance | path

Searched refs:xzalloc (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/diff/lib/
H A Dxalloc.h53 void *xzalloc (size_t s);
H A Dxmalloc.c228 xzalloc (size_t s) in xzalloc() function
H A Dexclude.c96 return xzalloc (sizeof *new_exclude ()); in new_exclude()
/freebsd-12.1/contrib/amd/include/
H A Dam_utils.h134 #define CALLOC(ty) ((ty *) xzalloc(sizeof(ty)))
333 extern voidp xzalloc(int);
/freebsd-12.1/contrib/gdb/gdb/
H A Dmdebugread.c331 xzalloc (unsigned int size) in xzalloc() function
508 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()
/freebsd-12.1/contrib/amd/libamu/
H A Dxutil.c211 xzalloc(int len) in xzalloc() function
/freebsd-12.1/contrib/amd/
H A DChangeLog4980 * include/am_utils.h (CALLOC): redefine macro to use xzalloc, not
10818 * conf/transp/transp_tli.c (get_knetconfig): use xzalloc() not
10821 * conf/mtab/mtab_mach3.c (convert): use xzalloc() not calloc().
10828 * libamu/xutil.c (xzalloc): new function to allocate memory and