Generated on Wed Jul 21 2021 00:00:00 for Gecode by doxygen 1.9.1
Gecode::Kernel::MemoryChunk Class Reference

Memory chunk with size information. More...

#include <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 44 of file manager.hpp.

Member Data Documentation

◆ next

MemoryChunk* Gecode::Kernel::MemoryChunk::next ( void  )

Next chunk.

Definition at line 47 of file manager.hpp.

◆ size

size_t Gecode::Kernel::MemoryChunk::size ( void  )

Size of chunk.

Definition at line 49 of file manager.hpp.


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