Test::Region Class Reference
Test for Region memory area 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 |
| The size of a block. | |
Detailed Description
Test for Region memory area
Definition at line 42 of file region.cpp.
Constructor & Destructor Documentation
| Test::Region::Region | ( | void | ) | [inline] |
Initialize test.
Definition at line 53 of file region.cpp.
Member Function Documentation
| bool Test::Region::run | ( | void | ) | [inline, virtual] |
Member Data Documentation
const int Test::Region::n_repeat = 16 [static, protected] |
How often to repeat.
Definition at line 45 of file region.cpp.
const int Test::Region::n_blocks = 64 [static, protected] |
How many blocks to allocate.
Definition at line 47 of file region.cpp.
const size_t Test::Region::size [static, protected] |
Initial value:
The size of a block.
Definition at line 49 of file region.cpp.
The documentation for this class was generated from the following file:
- test/region.cpp
