KFbxDefaultMemoryAllocator
#include<kfbxmemoryallocator.h>

Inheritance diagram for KFbxDefaultMemoryAllocator:

Inheritance graph
[legend]

List of all members.

Detailed Description

Default implementation of memory allocator.

This default implementation uses malloc, calloc, realloc, and free from the C runtime library.

Definition at line116of filekfbxmemoryallocator.h.