Home
last modified time | relevance | path

Searched refs:XZALLOC (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDbfd-target.c122 struct target_ops *t = XZALLOC (struct target_ops); in target_bfd_reopen()
HDdefs.h878 #define XZALLOC(TYPE) ((TYPE*) memset (xmalloc (sizeof (TYPE)), 0, sizeof (TYPE))) macro