Public Attributes
mkavl_test_ctx_st_ Struct Reference

List of all members.

Public Attributes

uint32_t magic
uint32_t copy_cnt
uint32_t item_fn_cnt
uint32_t copy_malloc_cnt
uint32_t copy_free_cnt

Detailed Description

The context storted for a tree.

Definition at line 456 of file test_mkavl.c.


Member Data Documentation

A count for how many times mkavl_test_copy_fn() was called

Definition at line 460 of file test_mkavl.c.

A count for how many time mkavl_test_copy_free() was called

Definition at line 466 of file test_mkavl.c.

A count for how many time mkavl_test_copy_malloc() was called

Definition at line 464 of file test_mkavl.c.

A count for how many times mkavl_test_item_fn() was called

Definition at line 462 of file test_mkavl.c.

A sanity check field

Definition at line 458 of file test_mkavl.c.


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