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

Method SetUp

cpp/src/arrow/gpu/cuda_test.cc:649–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647class TestCudaArrowIpc : public TestCudaBase {
648 public:
649 void SetUp() {
650 TestCudaBase::SetUp();
651 pool_ = default_memory_pool();
652 }
653
654 protected:
655 MemoryPool* pool_;

Callers

nothing calls this directly

Calls 1

default_memory_poolFunction · 0.85

Tested by

no test coverage detected