| 126 | } |
| 127 | |
| 128 | std::unordered_map<BackendId, std::shared_ptr<ICustomAllocator>> BackendRegistry::GetAllocators() |
| 129 | { |
| 130 | return m_CustomMemoryAllocatorMap; |
| 131 | } |
| 132 | |
| 133 | void BackendRegistry::RegisterMemoryOptimizerStrategy(const BackendId& id, |
| 134 | std::shared_ptr<IMemoryOptimizerStrategy> strategy) |
no outgoing calls
no test coverage detected