Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:to_add

1006   int to_add = new_size - current_size;
1007 if (buffer_bytes_ + to_add > MaxBuffersSize())
1010 buffer_bytes_ += to_add;