Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/prof/common/
H A Dprof.c246 int snymCapacity; /* #slots in snymList */ variable
647 snymCapacity = n_syms/2; in main()
649 _prof_Malloc(snymCapacity, sizeof (struct snymEntry)); in main()