wip
This commit is contained in:
parent
4d940ab096
commit
3691f90e23
7
src/util/pool_allocator.cpp
Normal file
7
src/util/pool_allocator.cpp
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#include "util/pool_allocator.hpp"
|
||||||
|
|
||||||
|
namespace osrm::util
|
||||||
|
{
|
||||||
|
std::vector<void*> Cleanup::allocated_blocks_;
|
||||||
|
std::mutex Cleanup::mutex_;
|
||||||
|
} // namespace osrm::util
|
Loading…
Reference in New Issue
Block a user