|
25.02
|
#include <MemoryManager.hpp>
Public Attributes | |
| std::shared_ptr< ICustomAllocator > | m_CustomAllocator {} |
| Pointer to @ICustomAllocator. More... | |
| size_t | m_Alignment = 0 |
| Value which the size of each buffer (actual data size + padding) has to be a multiple of. More... | |
Definition at line 11 of file MemoryManager.hpp.
| size_t m_Alignment = 0 |
Value which the size of each buffer (actual data size + padding) has to be a multiple of.
Definition at line 16 of file MemoryManager.hpp.
| std::shared_ptr<ICustomAllocator> m_CustomAllocator {} |
Pointer to @ICustomAllocator.
Definition at line 14 of file MemoryManager.hpp.