Searched refs:dfn_sz (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/gprof/common/
H A Ddfn.c44 int dfn_sz = 0; variable
65 dfn_sz = DFN_DEPTH;
66 dfn_stack = (dfntype *) malloc(dfn_sz * sizeof (dfntype));
69 "fatal: can't malloc %d objects\n", dfn_sz);
113 dfn_sz = DFN_DEPTH;
114 dfn_stack = (dfntype *) malloc(dfn_sz * sizeof (dfntype));
117 dfn_sz);
124 if (dfn_depth >= dfn_sz) {
125 dfn_sz += DFN_DEPTH;
127 dfn_sz * sizeo
[all...]

Completed in 52 milliseconds