Cogs.Core
|
Static Public Member Functions | |
static Memory::Allocator * | getStringsAllocator () |
Public Attributes | |
std::unique_ptr< struct MemoryContextStorage > | storage |
Memory::Allocator * | baseAllocator |
Memory::Allocator * | resourceAllocator |
Memory::Allocator * | ioAllocator |
Memory::Allocator * | componentAllocator |
Memory::Allocator * | scriptAllocator |
Definition at line 12 of file MemoryContext.h.
Cogs::Core::MemoryContext::MemoryContext | ( | ) |
Definition at line 124 of file MemoryContext.cpp.
Cogs::Core::MemoryContext::~MemoryContext | ( | ) |
Definition at line 135 of file MemoryContext.cpp.
|
static |
Definition at line 118 of file MemoryContext.cpp.
Memory::Allocator* Cogs::Core::MemoryContext::baseAllocator |
Definition at line 19 of file MemoryContext.h.
Memory::Allocator* Cogs::Core::MemoryContext::componentAllocator |
Definition at line 22 of file MemoryContext.h.
Memory::Allocator* Cogs::Core::MemoryContext::ioAllocator |
Definition at line 21 of file MemoryContext.h.
Memory::Allocator* Cogs::Core::MemoryContext::resourceAllocator |
Definition at line 20 of file MemoryContext.h.
Memory::Allocator* Cogs::Core::MemoryContext::scriptAllocator |
Definition at line 23 of file MemoryContext.h.
std::unique_ptr<struct MemoryContextStorage> Cogs::Core::MemoryContext::storage |
Definition at line 17 of file MemoryContext.h.