Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/prof/common/
H A Dprof.c177 static void *_prof_Malloc(int item_count, int item_size);
516 ccounts = _prof_Malloc(n_cc, sizeof (struct cnt)); in main()
548 pcounts = (WORD *)_prof_Malloc(n_pc, sizeof (WORD)); in main()
638 slist = slp = _prof_Malloc(n_syms, sizeof (struct slist)); in main()
649 _prof_Malloc(snymCapacity, sizeof (struct snymEntry)); in main()
1161 _prof_Malloc(int item_count, int item_size) in _prof_Malloc() function
1359 strtable = _prof_Malloc(1, get); in getname()