Base class for heap allocated objects.
More...
#include <heap.hpp>
Base class for heap allocated objects.
Definition at line 340 of file heap.hpp.
◆ operator new()
void * Gecode::HeapAllocated::operator new |
( |
size_t | s | ) |
|
|
inlinestatic |
Memory management.
Allocate memory from heap
Definition at line 415 of file heap.hpp.
◆ operator delete()
void Gecode::HeapAllocated::operator delete |
( |
void * | p | ) |
|
|
inlinestatic |
Free memory allocated from heap.
Definition at line 419 of file heap.hpp.
The documentation for this class was generated from the following file: