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

Function SupportedMemoryBackendNames

cpp/src/arrow/memory_pool.cc:847–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845std::string ProxyMemoryPool::backend_name() const { return impl_->backend_name(); }
846
847std::vector<std::string> SupportedMemoryBackendNames() {
848 std::vector<std::string> supported;
849 for (const auto backend : SupportedBackends()) {
850 supported.push_back(backend.name);
851 }
852 return supported;
853}
854
855///////////////////////////////////////////////////////////////////////
856// CappedMemoryPool implementation

Callers 1

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected