Home | History | Annotate | Download | only in balsa

Lines Matching refs:old_storage

129     char* old_storage = blocks_[0].buffer;
131 memcpy(new_storage, old_storage, old_storage_size_used);
137 delete[] old_storage;