![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Functions | |
| std::vector< uint > | testNumbers (MAX_ELMS) |
| bool | has_expectedContent (uint nr, diagn::Block &memoryBlock) |
| bool | verifyUsedBlock (uint nr, diagn::Block &memoryBlock) |
Variables | |
| const size_t | TEST_ELM_SIZE = sizeof(uint) |
| const uint | MAX_ELMS = 50 |
References testNumbers().
Referenced by has_expectedContent(), and testNumbers().
Here is the call graph for this function:
Here is the caller graph for this function:| bool has_expectedContent | ( | uint | nr, |
| diagn::Block & | memoryBlock | ||
| ) |
Definition at line 43 of file tracking-heap-block-provider-test.cpp.
References Block::accessMemory(), has_expectedContent(), and testNumbers().
Referenced by has_expectedContent(), and verifyUsedBlock().
Here is the call graph for this function:
Here is the caller graph for this function:| bool verifyUsedBlock | ( | uint | nr, |
| diagn::Block & | memoryBlock | ||
| ) |
Definition at line 52 of file tracking-heap-block-provider-test.cpp.
References has_expectedContent(), verifyUsedBlock(), Block::was_closed(), and Block::was_used().
Referenced by verifyUsedBlock().
Here is the call graph for this function:
Here is the caller graph for this function:| const size_t TEST_ELM_SIZE = sizeof(uint) |
Definition at line 36 of file tracking-heap-block-provider-test.cpp.
| const uint MAX_ELMS = 50 |
Definition at line 37 of file tracking-heap-block-provider-test.cpp.