Skip to content

Commit

Permalink
Update src/umpire/ResourceManager.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: David Beckingsale <[email protected]>
  • Loading branch information
kab163 and davidbeckingsale authored Jan 23, 2025
1 parent a6c693b commit 0e406b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/umpire/ResourceManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ class ResourceManager {
util::AllocationMap m_allocations;

std::list<std::unique_ptr<strategy::AllocationStrategy>> m_allocators;
std::vector<std::string> m_shared_allocators_by_name;
std::vector<std::string> m_shared_allocator_names;

std::unordered_map<int, strategy::AllocationStrategy*> m_allocators_by_id;
std::unordered_map<std::string, strategy::AllocationStrategy*> m_allocators_by_name;
Expand Down

0 comments on commit 0e406b0

Please sign in to comment.