C
Allocating vector of size 2097152 for piece 935
Allocating vector of size 2097152 for piece 935
Allocating vector of size 2097152 for piece 935
Allocating vector of size 2097152 for piece 935
Size: a a a
C
Юd
IZ
std::vector<char> piece_data = this->storage[piece_idx];
// init vector of piece_size size
if (piece_data.empty()) {
std::cout << "Allocating vector of size " << this->piece_size << " for piece " << piece_idx << std::endl;
piece_data.resize(this->piece_size);
}
BB
IZ
Юd
hh
IZ
std::vector<char> piece_data = this->storage[piece_idx];
// init vector of piece_size size
if (piece_data.empty()) {
std::cout << "Allocating vector of size " << this->piece_size << " for piece " << piece_idx << std::endl;
piece_data.resize(this->piece_size);
}
hh
IZ
hh
Юd
hh
IZ
hh
IZ
hh
IZ
hh