Home | History | Annotate | Download | only in blockfile

Lines Matching refs:to_add

925   int to_add = new_size - current_size;
926 if (buffer_bytes_ + to_add > MaxBuffersSize())
929 buffer_bytes_ += to_add;