Memory Management
[Base API]
Description
The memory management provides an interface for allocators including a default implementation. You can request dynamic memory from an allocator implementation through an mi::base::IAllocator interface. A default implementation based on global new and delete operators is mi::base::Default_allocator.
You can adapt an allocator to become a standard STL allocator using mi::base::Std_allocator.