Searched refs:XZALLOC (Results 1 – 2 of 2) sorted by relevance
122 struct target_ops *t = XZALLOC (struct target_ops); in target_bfd_reopen()
878 #define XZALLOC(TYPE) ((TYPE*) memset (xmalloc (sizeof (TYPE)), 0, sizeof (TYPE))) macro