GOG GALAXY SDK Documentation
GalaxyAllocator.h File Reference

Contains definition of custom memory allocator. More...

#include "stdint.h"
#include <cstddef>
Include dependency graph for GalaxyAllocator.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Contains definition of custom memory allocator.