Custom Memory Allocation

Parent module: Base Module

group a3d_malloc_functions

Specifies custom memory-allocation functions.

This section describes the function and types that enable you to specify custom memory-allocation functions that the library uses in place of the standard malloc and free functions.

Type definitions

A3DCallbackMemoryAlloc

A callback function the library invokes to allocate memory.

A3DCallbackMemoryFree

A callback function the library invokes to free memory.

Functions

A3DDllSetCallbacksMemory()

Specifies custom memory-allocation functions This function specifies callback functions the library uses for memory allocation and and deallocation.