MemoryManager

MemoryManager
Scaleform::Render::MemoryManager
Declaration
class MemoryManager : public RefCountBase<MemoryManager, Stat_Default_Mem>;
Description

MemoryManager is used by console render HAL(s) and is responsible for allocating and freeing video memory, including textures. Implementation of this class will typically only be provided on consoles, as PC needs to allocate different resources separately. The only unified allocation interface for consoles and PC is provided by TextureManager, which should work with all memory managers.

Methods
Method 
Description 
Allocates renderer memory of specified type. 
Free 
Frees the allocated block set by Alloc
Checks whether the memory allocation has failed or not. 
File

Render_MemoryManager.h