Searched refs:permallocsize (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
H A D | main.c | 378 extern size_t permallocsize, tmpallocsize, lostmem; in prtstats() 381 fprintf(stderr, "Permanent allocated memory: %zu B\n", permallocsize); in prtstats() 418 (int)permallocsize-(nametabs * treestrsz)-namestrlen-strstrlen- in prtstats()
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
H A D | main.c | 343 extern int nametabs, namestrlen, tmpallocsize, permallocsize; in prtstats() 349 fprintf(stderr, "Permanent allocated memory: %d B\n", permallocsize); in prtstats()
|
/netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
H A D | common.c | 664 size_t permallocsize, tmpallocsize, lostmem; variable 688 permallocsize += size; in permalloc() 841 permallocsize += ROUNDUP(len); in newstring()
|