HomeSort by relevance Sort by last modified time
    Searched refs:new_storage_size (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/tools/flip_server/
simple_buffer.cc 160 int new_storage_size = 2 * storage_size_; local
161 if (new_storage_size < size + read_size) {
162 new_storage_size = size + read_size;
166 char* new_storage = new char[new_storage_size];
175 storage_size_ = new_storage_size;
balsa_headers.cc 104 const size_t new_storage_size = old_storage_size_used + sp.size(); local
105 char* new_storage = new char[new_storage_size];
113 blocks_[0].buffer_size = new_storage_size;
    [all...]

Completed in 104 milliseconds