Generated on Tue Jan 28 2020 00:00:00 for Gecode by doxygen 1.8.17
Memory management

Modules

 Using allocators with Gecode
 
 Space-memory management
 
 Region memory management
 A region provides a handle to temporary memory owned by a space. The memory will be managed in a stack fashion, that is, the memory allocated through a region will be released only after the region is deleted and all other regions created later also have been deleted.
 
 %Heap memory management
 

Classes

class  Gecode::Support::Allocator
 Default memory allocator. More...
 

Variables

Allocator Gecode::Support::allocator
 The single global default memory allocator. More...
 

Detailed Description

Variable Documentation

◆ allocator

Allocator Gecode::Support::allocator

The single global default memory allocator.

Definition at line 42 of file allocator.cpp.