alloc_xfree
void alloc_xfree(void *ptr, size_t size);
alloc_xfree((char *)root, nodesize(root->t, root));
alloc_xfree(ep, sizeof (*ep));
alloc_xfree(freeme, sizeof (*freeme));
alloc_xfree(newa, sizeof (struct arrow));
alloc_xfree(al->arrowp, sizeof (struct arrow));
alloc_xfree(al, sizeof (*al));
alloc_xfree(al, sizeof (*al));
alloc_xfree(al, sizeof (*al));
alloc_xfree(al->arrowp, sizeof (struct arrow));
alloc_xfree(al, sizeof (*al));
alloc_xfree(cl, sizeof (*cl));
alloc_xfree(iterinfop, sizeof (*iterinfop));