Open CASCADE Technology
7.7.0
|
#include <NCollection_BaseAllocator.hxx>
Data Structures | |
class | NCollection_WinHeapAllocator |
This memory allocator creates dedicated heap for allocations. This technics available only on Windows platform (no alternative on Unix systems). It may be used to take control over memory fragmentation because on destruction ALL allocated memory will be released to the system. More... | |