exmalloc
new = exmalloc(sizeof (*new));
newname = exmalloc(strlen(grname) + 1);
new = exmalloc(sizeof (*new));
newname = exmalloc(strlen(grname) + 1);
h = exmalloc(sizeof (*h));
h->h_table = exmalloc(initialCapacity * sizeof (ENTRY *));
ENTRY **newtab = exmalloc(newtabSize * sizeof (ENTRY *));
e = exmalloc(sizeof (ENTRY));
HASHSET_ITERATOR i = exmalloc(sizeof (*i));
extern void *exmalloc(size_t);
domain = exmalloc(SYS_NMLN);
domain = exmalloc(ssize);
m = exmalloc(sizeof (struct mntentry));
strcpy(exmalloc(strlen(s)+1), s)