Open CASCADE Technology  7.1.0.beta
Data Structures
NCollection_WinHeapAllocator.hxx File Reference
#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...