Public Attributes | |
uint32_t | magic |
uint32_t | copy_cnt |
uint32_t | item_fn_cnt |
uint32_t | copy_malloc_cnt |
uint32_t | copy_free_cnt |
The context storted for a tree.
Definition at line 456 of file test_mkavl.c.
uint32_t mkavl_test_ctx_st_::copy_cnt |
A count for how many times mkavl_test_copy_fn() was called
Definition at line 460 of file test_mkavl.c.
uint32_t mkavl_test_ctx_st_::copy_free_cnt |
A count for how many time mkavl_test_copy_free() was called
Definition at line 466 of file test_mkavl.c.
uint32_t mkavl_test_ctx_st_::copy_malloc_cnt |
A count for how many time mkavl_test_copy_malloc() was called
Definition at line 464 of file test_mkavl.c.
uint32_t mkavl_test_ctx_st_::item_fn_cnt |
A count for how many times mkavl_test_item_fn() was called
Definition at line 462 of file test_mkavl.c.
uint32_t mkavl_test_ctx_st_::magic |
A sanity check field
Definition at line 458 of file test_mkavl.c.