Searched defs:Count (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libast/common/cdt/
H A Ddtstat.c85 static int *Count, Size; local
101 free(Count);
102 if(!(Count = (int*)malloc((ds->dt_max+1)*sizeof(int))) )
107 Count[i] = 0;
108 dthstat(dt->data,ds,Count);
115 free(Count);
116 if(!(Count = (int*)malloc((ds->dt_n+1)*sizeof(int))) )
122 Count[i] = 0;
123 dttstat(ds,dt->data->here,0,Count);
125 if(Count[
[all...]

Completed in 20 milliseconds