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