Searched refs:nframe (Results 1 – 1 of 1) sorted by relevance
226 int nframe = 0; /* number of frames allocated */ variable244 frp = frame = (struct Frame *) calloc(nframe += 100, sizeof(*frame)); in call()276 if (frp >= frame + nframe) { in call()278 frame = (struct Frame *) realloc(frame, (nframe += 100) * sizeof(*frame)); in call()