ufoMalloc

Related Functions: ufoRealloc, ufoFree

void* ufoMalloc(
   size_t size);

void* ufoRealloc(
   void *ptr,
   size_t size);

void ufoFree(
   void *ptr);

Host memory allocation routines. These have the same functionality as the standard malloc, realloc, and free system calls.

You should use the UFO memory allocation mechanism for dynamically allocating and freeing memory as it makes use of the Softimage Compositor’s memory manager.



Autodesk Softimage v7.5