Memory allocation routines. More...
Go to the source code of this file.
Functions | |
| AI_API void * | AiMalloc (size_t size) |
Arnold malloc() wrapper. More... | |
| AI_API void * | AiRealloc (void *addr, size_t size) |
Arnold realloc() wrapper. More... | |
| AI_API void | AiFree (void *addr) |
Arnold free() wrapper. More... | |
| AI_API void | AiAddMemUsage (int64_t size, const AtString category) |
| Track allocated memory by named category. More... | |
Memory allocation routines.