Home | History | Annotate | Download | only in vm

Lines Matching full:newlen

1082         size_t newLen = actualLength(len);
1083 u1* newBuf = debugAlloc(newLen);
1087 for (size_t i = 0; i < newLen / 2; i++) {