Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/prof/common/
H A Dprof.c322 struct cnt *ccounts; /* Pointer to allocated area for cnt */ in main() local
516 ccounts = _prof_Malloc(n_cc, sizeof (struct cnt)); in main()
519 if (fread((char *)ccounts, sizeof (struct cnt), n_cc, mon_iop) != n_cc) in main()
528 ccp = &ccounts[n_cc]; /* Point to last (+1) of call counters ... */ in main()
538 if ((ccounts = (struct cnt *)realloc((char *)ccounts, in main()
699 ccp = ccounts; /* Point to first call counter. */ in main()