Home | History | Annotate | Download | only in src

Lines Matching full:newsize

600     long newsize=size+oy->fill+4096; /* an extra page to be nice */
604 ret=_ogg_realloc(oy->data,newsize);
606 ret=_ogg_malloc(newsize);
612 oy->storage=newsize;