Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::mem::DefaultAllocator Struct Reference

Static Public Member Functions

static GAIA_NODISCARD void * alloc (size_t size)
 
static GAIA_NODISCARD void * alloc (const char *name, size_t size)
 
static GAIA_NODISCARD void * alloc_alig (size_t size, size_t alig)
 
static GAIA_NODISCARD void * alloc_alig (const char *name, size_t size, size_t alig)
 
static void free (void *ptr)
 
static void free (const char *name, void *ptr)
 
static void free_alig (void *ptr)
 
static void free_alig (const char *name, void *ptr)
 

The documentation for this struct was generated from the following file: