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