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

Method default_memory_manager

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

Source from the content-addressed store, hash-verified

1386};
1387
1388std::shared_ptr<MemoryManager> MyDevice::default_memory_manager() {
1389 return std::make_shared<MyMemoryManager>(shared_from_this());
1390}
1391
1392class TestDeviceArrayExport : public ::testing::Test {
1393 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