![]() |
Gaia-ECS v1.0.0
A simple and powerful entity component system
|
This is the complete list of members for gaia::mem::AllocHelper, including all inherited members.
| alloc(uint32_t cnt=1) | gaia::mem::AllocHelper | inlinestatic |
| alloc(const char *name, uint32_t cnt=1) | gaia::mem::AllocHelper | inlinestatic |
| alloc_alig(size_t alig, uint32_t cnt=1) | gaia::mem::AllocHelper | inlinestatic |
| alloc_alig(const char *name, size_t alig, uint32_t cnt=1) | gaia::mem::AllocHelper | inlinestatic |
| free(void *ptr) | gaia::mem::AllocHelper | inlinestatic |
| free(const char *name, void *ptr) | gaia::mem::AllocHelper | inlinestatic |
| free_alig(void *ptr) | gaia::mem::AllocHelper | inlinestatic |
| free_alig(const char *name, void *ptr) | gaia::mem::AllocHelper | inlinestatic |