Home | History | Annotate | Download | only in interp

Lines Matching full:newsize

243             int newSize = pSet->alloc + kBreakpointGrowth;
246 ALOGV("+++ increasing breakpoint set size to %d", newSize);
249 newVec = (Breakpoint*)realloc(pSet->breakpoints, newSize * sizeof(Breakpoint));
254 pSet->alloc = newSize;