Native allocator

Back to Memory allocators

The NativeAllocator is a memory allocator which simply wraps the default memory allocation routines.

Files

Native allocator

An allocator wrapper for new and delete

Native allocator module