mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-28 00:56:37 +00:00
make_shared allocates single storage for ref counter and the object. std::shared_ptr<T>(new T) allocates 2 storages. |
||
|---|---|---|
| .. | ||
| controller.cpp | ||
| controller.hpp | ||
| matrixtransform.cpp | ||
| matrixtransform.hpp | ||
| nifloader.cpp | ||
| nifloader.hpp | ||
| particle.cpp | ||
| particle.hpp | ||