#include <display_manager.h>
Public Member Functions | |
| void * | allocate (int32 size, bool smallAllocation=false) |
| void | deallocate (void *pointer) |
Static Public Member Functions | |
| static bool | isAddressInVram (void *address) |
Static Public Member Functions inherited from Common::Singleton< VramAllocator > | |
| static bool | hasInstance () |
| static VramAllocator & | instance () |
| static void | destroy () |
Additional Inherited Members | |
Protected Types inherited from Common::Singleton< VramAllocator > | |
| typedef VramAllocator | SingletonBaseType |
Static Protected Attributes inherited from Common::Singleton< VramAllocator > | |
| static VramAllocator * | _singleton |
Class that allocates memory in the VRAM