GOG GALAXY SDK Documentation
|
Custom memory allocator for GOG Galaxy SDK. More...
#include <GalaxyAllocator.h>
Public Member Functions | |
GalaxyAllocator () | |
GalaxyAllocator default constructor. | |
GalaxyAllocator (GalaxyMalloc _galaxyMalloc, GalaxyRealloc _galaxyRealloc, GalaxyFree _galaxyFree) | |
GalaxyAllocator constructor. More... | |
Public Attributes | |
GalaxyMalloc | galaxyMalloc |
Allocation function. | |
GalaxyRealloc | galaxyRealloc |
Reallocation function. | |
GalaxyFree | galaxyFree |
Free function. | |
Custom memory allocator for GOG Galaxy SDK.
|
inline |
GalaxyAllocator constructor.
[in] | _galaxyMalloc | Allocation function. |
[in] | _galaxyRealloc | Reallocation function. |
[in] | _galaxyFree | Free function. |