More work on moving engine into dlmalloc heap
This commit is contained in:
@@ -6,12 +6,7 @@
|
||||
|
||||
namespace eng {
|
||||
template<class T>
|
||||
using vector = std::vector<T, EngAllocator<T>>;
|
||||
using vector = std::vector<T, eng::allocator<T>>;
|
||||
} // namespace eng
|
||||
|
||||
namespace drv {
|
||||
template<class T>
|
||||
using vector = std::vector<T, DrvAllocator<T>>;
|
||||
} // namespace drv
|
||||
|
||||
#endif // WRAP_VECTOR_HPP
|
||||
|
||||
Reference in New Issue
Block a user