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

Method default_memory_manager

cpp/src/arrow/c/bridge_test.cc:1410–1412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1408};
1409
1410std::shared_ptr<MemoryManager> MyDevice::default_memory_manager() {
1411 return std::make_shared<MyMemoryManager>(shared_from_this());
1412}
1413
1414class TestDeviceArrayExport : public ::testing::Test {
1415 public:

Callers 11

mainFunction · 0.45
FlightServerOptionsMethod · 0.45
mainFunction · 0.45
IpcMessageReaderMethod · 0.45
CopyBatchToHostFunction · 0.45
SetUpTestMethod · 0.45
TestDoGetMethod · 0.45
TestDoExchangeMethod · 0.45
TEST_FFunction · 0.45
DeviceMapperMethod · 0.45
TestWithBatchFactoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected