| 257 | } |
| 258 | |
| 259 | void RdmaMgr::InitAllocators() { |
| 260 | static std::once_flag flag; |
| 261 | std::call_once( |
| 262 | flag, [this]() { RdmaMemoryMgr::Singleton().pd_ = rdma_adapter_->pd_; }); |
| 263 | } |
| 264 | |
| 265 | /*static*/ void RdmaMgr::RegMemVisitors() { |
| 266 | SubAllocator::Visitor alloc_visitor = [](void* ptr, int numa_node, |