virtual Render::MemoryManager* GetMemoryManager();
GetMemoryManager returns the memory manager used for allocations. Console TextureManager implementations generally take a MemoryManager to their constructor if required.
The MemoryManager.