Test for Region memory area
More...
|
| Region (void) |
| Initialize test.
|
|
bool | run (void) |
| Perform actual tests.
|
|
| Base (const std::string &s) |
| Create and register test with name s.
|
|
const std::string & | name (void) const |
| Return name of test.
|
|
Base * | next (void) const |
| Return next test.
|
|
void | next (Base *n) |
| Set next test.
|
|
virtual | ~Base (void) |
| Destructor.
|
|
|
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 |
| The size of a block.
|
|
Test for Region memory area
Definition at line 42 of file region.cpp.
◆ Region()
Test::Region::Region |
( |
void | | ) |
|
|
inline |
◆ run()
bool Test::Region::run |
( |
void | | ) |
|
|
inlinevirtual |
◆ n_repeat
const int Test::Region::n_repeat = 16 |
|
staticprotected |
How often to repeat.
Definition at line 45 of file region.cpp.
◆ n_blocks
const int Test::Region::n_blocks = 64 |
|
staticprotected |
How many blocks to allocate.
Definition at line 47 of file region.cpp.
◆ size
const size_t Test::Region::size |
|
staticprotected |
Initial value:=
const size_t region_area_size
Size of region area.
The size of a block.
Definition at line 49 of file region.cpp.
The documentation for this class was generated from the following file: