| 247 | } |
| 248 | |
| 249 | void FixedSizeBufferWriter::set_memcopy_threads(int num_threads) { |
| 250 | impl_->set_memcopy_threads(num_threads); |
| 251 | } |
| 252 | |
| 253 | void FixedSizeBufferWriter::set_memcopy_blocksize(int64_t blocksize) { |
| 254 | impl_->set_memcopy_blocksize(blocksize); |
no outgoing calls