Searched refs:dests_alloc (Results 1 – 1 of 1) sorted by relevance
3310 struct dests_alloc in build_trtable() struct3314 } *dests_alloc; in build_trtable() local3321 if (__libc_use_alloca (sizeof (struct dests_alloc))) in build_trtable()3322 dests_alloc = (struct dests_alloc *) alloca (sizeof dests_alloc[0]); in build_trtable()3326 dests_alloc = re_malloc (struct dests_alloc, 1); in build_trtable()3327 if (BE (dests_alloc == NULL, 0)) in build_trtable()3331 dests_node = dests_alloc->dests_node; in build_trtable()3332 dests_ch = dests_alloc->dests_ch; in build_trtable()3343 free (dests_alloc); in build_trtable()3381 free (dests_alloc); in build_trtable()[all …]