Home | History | Annotate | Download | only in config

Lines Matching full:xmalloc

796   tmpbuf = xmalloc (first + second + 2); /* One extra byte for ' ' and one for NUL.  */
2430 rel = (arelent *) xmalloc (sizeof (arelent));
2431 rel->sym_ptr_ptr = (asymbol **) xmalloc (sizeof (asymbol *));