Home
last modified time | relevance | path

Searched refs:permallocsize (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dmain.c378 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 Dmain.c343 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 Dcommon.c664 size_t permallocsize, tmpallocsize, lostmem; variable
688 permallocsize += size; in permalloc()
841 permallocsize += ROUNDUP(len); in newstring()