KFbxDefaultMemoryAllocator Class Reference

#include <kfbxmemoryallocator.h>

Inherits KFbxMemoryAllocator.

Inheritance diagram for KFbxDefaultMemoryAllocator:

Inheritance graph
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 line 87 of file kfbxmemoryallocator.h.