Home | History | Annotate | Download | only in hw

Lines Matching full:newsize

642         size_t    newsize = pipe->size*2;
643 uint8_t* newbuff = realloc(pipe->buffer, newsize);
653 pipe->size = newsize;
654 D("pingpong buffer is now %d bytes", newsize);