Home | History | Annotate | Download | only in src

Lines Matching refs:newsize

340     size_t newsize = 0;
375 newsize = LLONG_MAX;
384 newsize = needed * 2;
390 newbuffer = (unsigned char*)p->hooks.reallocate(p->buffer, newsize);
395 newbuffer = (unsigned char*)p->hooks.allocate(newsize);
410 p->length = newsize;