Public Attributes
malloc_example_opts_st_ Struct Reference

List of all members.

Public Attributes

uint32_t malloc_cnt
size_t memory_size
uint32_t run_cnt
uint32_t seed
uint8_t verbosity
malloc_pattern_e pattern

Detailed Description

State for the current test execution.

Definition at line 108 of file malloc_example.c.


Member Data Documentation

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.

The number of separate runs to do

Definition at line 114 of file malloc_example.c.

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.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines