Generated on Tue Apr 18 10:24:15 2017 for Gecode by doxygen 1.6.3

Test::Region Class Reference

Test for Region memory area More...

List of all members.

Classes

class  TestSpace
 Test space. More...

Public Member Functions

 Region (void)
 Initialize test.
bool run (void)
 Perform actual tests.

Static Protected Attributes

static const int n_repeat = 16
 How often to repeat.
static const int n_blocks = 64
 How many blocks to allocate.
static const size_t size = Gecode::MemoryConfig::region_area_size * 4
 The size of a block.

Detailed Description

Test for Region memory area

Definition at line 46 of file region.cpp.


Constructor & Destructor Documentation

Test::Region::Region ( void   )  [inline]

Initialize test.

Definition at line 68 of file region.cpp.


Member Function Documentation

bool Test::Region::run ( void   )  [inline, virtual]

Perform actual tests.

Implements Test::Base.

Definition at line 70 of file region.cpp.


Member Data Documentation

const int Test::Region::n_repeat = 16 [static, protected]

How often to repeat.

Definition at line 61 of file region.cpp.

const int Test::Region::n_blocks = 64 [static, protected]

How many blocks to allocate.

Definition at line 63 of file region.cpp.

const size_t Test::Region::size = Gecode::MemoryConfig::region_area_size * 4 [static, protected]

The size of a block.

Definition at line 65 of file region.cpp.


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