Memory chunk allocated from heap with proper alignment. More...
#include <manager.hpp>
Public Attributes | |
double | area [1] |
Start of memory area inside chunk. | |
Public Attributes inherited from Gecode::Kernel::MemoryChunk | |
MemoryChunk * | next |
Next chunk. | |
size_t | size |
Size of chunk. |
Memory chunk allocated from heap with proper alignment.
Definition at line 53 of file manager.hpp.
double Gecode::Kernel::HeapChunk::area[1] |
Start of memory area inside chunk.
Definition at line 56 of file manager.hpp.