Skip to content

Commit 21f53ed

Browse files
Use pool in std::unordered_map
1 parent e045dea commit 21f53ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/util/pool_allocator.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class MemoryManager
3030
return instance;
3131
}
3232

33+
// TODO: alignment!!!
3334
template <typename T>
3435
T *allocate(std::size_t n)
3536
{

0 commit comments

Comments
 (0)