]> pd.if.org Git - liblfds/blob - liblfds/liblfds7.1.0/test_and_benchmark/libbenchmark/src/libbenchmark_topology/libbenchmark_topology_cleanup.c
Initial import (all versions, including the new 7.1.0)
[liblfds] / liblfds / liblfds7.1.0 / test_and_benchmark / libbenchmark / src / libbenchmark_topology / libbenchmark_topology_cleanup.c
1 /***** includes *****/
2 #include "libbenchmark_topology_internal.h"
3
4
5
6
7
8 /****************************************************************************/
9 void libbenchmark_topology_cleanup( struct libbenchmark_topology_state *ts )
10 {
11   LFDS710_PAL_ASSERT( ts != NULL );
12
13   lfds710_btree_au_cleanup( &ts->topology_tree, NULL );
14
15   lfds710_btree_au_cleanup( &ts->lp_printing_offset_lookup_tree, NULL );
16
17   return;
18 }
19