typidx
cc->ses_typidx = SES_MALLOC(nobj * sizeof (struct typidx));
(nobj * sizeof (struct typidx)));
MEMZERO(cc->ses_typidx, nobj * sizeof (struct typidx));
struct typidx *ses_typidx;
ssc->ses_nobjects * sizeof (struct typidx));
(nobj * sizeof (struct typidx)));