Generated on Sat Feb 7 2015 02:01:40 for Gecode by doxygen 1.8.9.1
Gecode::MemoryChunk Class Reference

Memory chunk with size information. More...

#include <memory-manager.hpp>

Public Attributes

MemoryChunknext
 Next chunk. More...
 
size_t size
 Size of chunk. More...
 

Detailed Description

Memory chunk with size information.

Definition at line 48 of file memory-manager.hpp.

Member Data Documentation

MemoryChunk* Gecode::MemoryChunk::next

Next chunk.

Definition at line 51 of file memory-manager.hpp.

size_t Gecode::MemoryChunk::size

Size of chunk.

Definition at line 53 of file memory-manager.hpp.


The documentation for this class was generated from the following file: