Lines Matching full:xmalloc
51 #define obstack_chunk_alloc xmalloc
269 struct synonym *newp = xmalloc (sizeof (*newp));
345 struct suffix *ns = xmalloc (sizeof (*ns));
422 $$ = xmalloc (sizeof (struct bitvalue));
429 $$ = xmalloc (sizeof (struct bitvalue));
436 $$ = xmalloc (sizeof (struct bitvalue));
467 runp->next = xmalloc (sizeof (struct argument));
474 $$ = xmalloc (sizeof (struct argument));
493 $$ = xmalloc (sizeof (struct argname));
525 $$ = xmalloc (sizeof (struct argname));
528 $$->str = xmalloc (2);
534 $$ = xmalloc (sizeof (struct argname));
541 $$ = xmalloc (sizeof (struct argname));
544 $$->str = xmalloc (2);
573 struct known_bitfield *newp = xmalloc (sizeof (struct known_bitfield));
918 struct argstring *newp = xmalloc (sizeof (*newp));
931 struct argstring *newp = xmalloc (sizeof (*newp));
1456 mnemonic_strs = xmalloc (nmnemonics * sizeof (char *));