Home | History | Annotate | Download | only in balsa

Lines Matching refs:new_storage

128     char* new_storage = new char[new_storage_size];
131 memcpy(new_storage, old_storage, old_storage_size_used);
133 memcpy(new_storage + old_storage_size_used, sp.data(), sp.size());
134 blocks_[0].buffer = new_storage;