| Public Attributes | |
| uint32_t | malloc_cnt | 
| size_t | memory_size | 
| uint32_t | run_cnt | 
| uint32_t | seed | 
| uint8_t | verbosity | 
| malloc_pattern_e | pattern | 
State for the current test execution.
Definition at line 108 of file malloc_example.c.
| uint32_t malloc_example_opts_st_::malloc_cnt | 
The max number of allocations at any given time
Definition at line 110 of file malloc_example.c.
The size of the memory
Definition at line 112 of file malloc_example.c.
The allocation pattern to use
Definition at line 120 of file malloc_example.c.
| uint32_t malloc_example_opts_st_::run_cnt | 
The number of separate runs to do
Definition at line 114 of file malloc_example.c.
| uint32_t malloc_example_opts_st_::seed | 
The RNG seed for the first run
Definition at line 116 of file malloc_example.c.
The verbosity level for the test
Definition at line 118 of file malloc_example.c.
 1.7.4
 1.7.4