dests_alloc
} *dests_alloc;
if (__libc_use_alloca (sizeof (struct dests_alloc)))
dests_alloc = (struct dests_alloc *) alloca (sizeof (struct dests_alloc));
dests_alloc = re_malloc (struct dests_alloc, 1);
if (BE (dests_alloc == NULL, 0))
dests_node = dests_alloc->dests_node;
dests_ch = dests_alloc->dests_ch;
re_free (dests_alloc);
re_free (dests_alloc);
re_free (dests_alloc);