/netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
H A D | common.c | 350 p = permalloc(sizeof(NODE)); in talloc() 667 permalloc(size_t size) in permalloc() function 837 u = c = permalloc(len); in newstring() 926 ap = memset(permalloc(sz), 0, sz); in attr_new() 980 ap = memcpy(permalloc(sz), ap, sz); in attr_dup()
|
H A D | manifest.h | 344 void *permalloc(size_t);
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
H A D | symtabs.c | 64 #define getree() permalloc(sizeof(struct tree)) 278 new = (symtreecnt++, permalloc(sizeof(struct tree))); in lookup() 585 sp->sdf = permalloc(sizeof(union dimfun)); in strst() 627 sp2 = permalloc(sizeof(*sp)); in strend()
|
H A D | inline.c | 81 #define ialloc() memset(permalloc(SZSI), 0, SZSI); inlstatcnt++ 116 ip = permalloc(sizeof(*ip)); in refnode() 141 NODE *q = permalloc(sizeof(NODE)); in intcopy() 658 cf->nt = permalloc(sizeof(struct ntds)*nargs); in inline_args()
|
H A D | pftn.c | 1667 lc = permalloc(sizeof(struct lcd)); in lcommadd() 2010 al = permalloc(sizeof(union arglist) * num); in arglist() 2182 union dimfun *a = permalloc(sizeof(union dimfun) * ntdim); in tymerge() 2814 s = permalloc(sizeof(struct symtab)); in getsymtab() 3026 cxmul[i]->sdf = permalloc(sizeof(union dimfun)); in complinit() 3035 cxdiv[i]->sdf = permalloc(sizeof(union dimfun)); in complinit() 3553 return permalloc(size); in blkalloc()
|
H A D | stabs.c | 150 st = permalloc(sizeof(struct stabtype)); in addtype()
|
H A D | builtins.c | 482 f->n_sp->sdf = permalloc(sizeof(union dimfun)); in binhelp() 1047 p->n_df = memset(permalloc(sizeof(union dimfun)), 0, in builtin_init()
|
H A D | gcc_compat.c | 119 p->n_df = memset(permalloc(sizeof(union dimfun)), 0, in addftn()
|
H A D | cgram.y | 743 char *c = permalloc(10);
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m16c/ |
H A D | code.c | 45 s = (isinlining ? permalloc(40) : tmpalloc(40)); in defalign() 228 w = permalloc(sizeof(struct symlst)); in addsym()
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
H A D | inline.c | 80 #define ialloc() memset(permalloc(SZSI), 0, SZSI); inlstatcnt++ 113 ip = permalloc(sizeof(*ip)); in refnode() 564 cf->nt = permalloc(sizeof(struct ntds)*nargs); in inline_args()
|
H A D | symtabs.c | 57 #define getree() permalloc(sizeof(struct tree)) 270 permalloc(sizeof(struct tree)); in lookup()
|
H A D | pftn.c | 1268 sp->sdf = permalloc(sizeof(union dimfun)); in strend() 1684 lc = permalloc(sizeof(struct lcd)); in lcommadd() 1993 al = permalloc(sizeof(union arglist) * num); in arglist() 2164 union dimfun *a = permalloc(sizeof(union dimfun) * ntdim); in tymerge() 2765 s = permalloc(sizeof(struct symtab)); in getsymtab() 2931 return isinlining || blevel < 2 ? permalloc(size) : tmpalloc(size); in blkalloc() 2940 return isinlining ? permalloc(size) : tmpalloc(size); in inlalloc()
|
H A D | stabs.c | 150 st = permalloc(sizeof(struct stabtype)); in addtype()
|
H A D | cgram.y | 771 char *c = permalloc(10);
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m68k/ |
H A D | local.c | 57 struct symtab *sp = permalloc(sizeof(struct symtab)); in picsymtab() 60 sp->sname = permalloc(len); in picsymtab() 290 #define IALLOC(sz) (isinlining ? permalloc(sz) : tmpalloc(sz))
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/ |
H A D | local.c | 644 s = isinlining ? permalloc(30) : tmpalloc(30); 712 s = isinlining ? permalloc(30) : tmpalloc(30);
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/ |
H A D | local.c | 97 s = permalloc(sizeof(struct stub)); in addstub() 104 #define IALLOC(sz) (isinlining ? permalloc(sz) : tmpalloc(sz))
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
H A D | local.c | 31 #define IALLOC(sz) (isinlining ? permalloc(sz) : tmpalloc(sz)) 55 s = permalloc(sizeof(struct stub)); in addstub()
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/ |
H A D | local.c | 62 #define IALLOC(sz) (isinlining ? permalloc(sz) : tmpalloc(sz))
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/arm/ |
H A D | local.c | 293 #define IALLOC(sz) (isinlining ? permalloc(sz) : tmpalloc(sz)) in myp2tree()
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/mips/ |
H A D | local.c | 45 #define IALLOC(sz) (isinlining ? permalloc(sz) : tmpalloc(sz))
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/ |
H A D | local.c | 83 #define IALLOC(sz) (isinlining ? permalloc(sz) : tmpalloc(sz))
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/ |
H A D | local.c | 37 #define IALLOC(sz) (isinlining ? permalloc(sz) : tmpalloc(sz))
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2002 | 11111 * print-tree.c (debug_tree): Use x*alloc not permalloc. 11112 * sdbout.c (gen_fake_label): Use x*alloc not permalloc. 11116 of permalloc, expralloc, perm_calloc. 11119 (permalloc): Delete. 11124 permalloc/strcpy. 11127 permalloc. 11143 instead of permalloc. 11145 instead of permalloc 11147 instead of permalloc. 11149 permalloc.
|