Searched refs:OSetGen_Destroy (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_oset.h175 // VG_(OSetGen_Destroy)().
237 extern void VG_(OSetGen_Destroy) ( OSet* os );
/external/valgrind/main/memcheck/tests/
H A Dunit_oset.c247 // Re-insert remaining elements, to give OSetGen_Destroy something to
272 VG_(OSetGen_Destroy)(oset);
283 VG_(OSetGen_Destroy)(oset);
297 VG_(OSetGen_Destroy)(oset_empty_clone);
298 VG_(OSetGen_Destroy)(oset);
584 // Re-insert all elements, to give OSetGen_Destroy something to work with.
590 VG_(OSetGen_Destroy)(oset);
/external/valgrind/main/drd/
H A Ddrd_clientobj.c75 VG_(OSetGen_Destroy)(s_clientobj_set);
H A Ddrd_hb.c110 VG_(OSetGen_Destroy)(p->oset);
H A Ddrd_barrier.c179 VG_(OSetGen_Destroy)(p->oset[i]);
H A Ddrd_rwlock.c267 VG_(OSetGen_Destroy)(p->thread_info);
H A Ddrd_bitmap.c67 VG_(OSetGen_Destroy)(s_bm2_set_template);
117 VG_(OSetGen_Destroy)(bm->oset);
/external/valgrind/main/coregrind/
H A Dm_oset.c373 void VG_(OSetGen_Destroy)(AvlTree* t) function
424 VG_(OSetGen_Destroy)(t);
/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c1672 VG_(OSetGen_Destroy) (lr_table);
H A Dmc_main.c966 VG_(OSetGen_Destroy)(secVBitTable);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c998 VG_(OSetGen_Destroy)( oset );
H A Ddebuginfo.c285 /* Don't free arange itself, as OSetGen_Destroy does
288 VG_(OSetGen_Destroy)(scope);

Completed in 4049 milliseconds