Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/prof/common/
H A Dprof.c317 WORD *pcounts; /* Pointer to allocated area for */ in main() local
548 pcounts = (WORD *)_prof_Malloc(n_pc, sizeof (WORD)); in main()
550 if (fread((char *)pcounts, sizeof (WORD), n_pc, mon_iop) != n_pc) in main()
783 pcp = pcounts; /* Reset to base. */ in main()