Open CASCADE Technology  7.5.0
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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...