Migrated engine to using dlmalloc through eng::
This commit is contained in:
@@ -11,7 +11,7 @@ using deque = std::deque<T, EngAllocator<T>>;
|
||||
|
||||
namespace drv {
|
||||
template<class T>
|
||||
using deque = std::deque<T, std::allocator<T>>;
|
||||
using deque = std::deque<T, DrvAllocator<T>>;
|
||||
} // namespace drv
|
||||
|
||||
#endif // WRAP_DEQUE_HPP
|
||||
|
||||
Reference in New Issue
Block a user