mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-09 22:38:06 -05:00
refactor: remove MemoryManager create method usages
This commit is contained in:
@ -9,6 +9,6 @@ class TestMemoryManager : public MemoryManager
|
||||
public:
|
||||
[[nodiscard]] size_t GetAllocationCount() const
|
||||
{
|
||||
return m_allocations.size() + m_destructible.size();
|
||||
return m_allocations.size();
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user