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

Function SupportedMemoryBackendNames

cpp/src/arrow/memory_pool.cc:852–858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850std::string ProxyMemoryPool::backend_name() const { return impl_->backend_name(); }
851
852std::vector<std::string> SupportedMemoryBackendNames() {
853 std::vector<std::string> supported;
854 for (const auto backend : SupportedBackends()) {
855 supported.push_back(backend.name);
856 }
857 return supported;
858}
859
860///////////////////////////////////////////////////////////////////////
861// CappedMemoryPool implementation

Callers 1

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected