mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-09 18:40:14 +00:00
make_shared allocates single storage for ref counter and the object. std::shared_ptr<T>(new T) allocates 2 storages.
make_shared allocates single storage for ref counter and the object. std::shared_ptr<T>(new T) allocates 2 storages.