Functions
ai_allocate.h File Reference

Memory allocation routines. More...

#include "ai_msg.h"
#include "ai_api.h"
#include "ai_string.h"
#include <cstddef>

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

Detailed Description

Memory allocation routines.


© 2022 Autodesk, Inc. · All rights reserved · www.arnoldrenderer.com