MCPcopy Create free account
hub / github.com/apache/arrow / set_memcopy_threads

Method set_memcopy_threads

cpp/src/arrow/io/memory.cc:249–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

ParallelMemoryCopyFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36