GOG GALAXY SDK Documentation
|
Contains definition of custom memory allocator. More...
#include "stdint.h"
#include <cstddef>
Go to the source code of this file.
Classes | |
struct | GalaxyAllocator |
Custom memory allocator for GOG Galaxy SDK. More... | |
Typedefs | |
typedef void *(* | GalaxyMalloc) (uint32_t size, const char *typeName) |
Allocate function. More... | |
typedef void *(* | GalaxyRealloc) (void *ptr, uint32_t newSize, const char *typeName) |
Reallocate function. More... | |
typedef void(* | GalaxyFree) (void *ptr) |
Free function. More... | |
Contains definition of custom memory allocator.