Home
last modified time | relevance | path

Searched refs:s_clientobj_set (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/drd/
Ddrd_clientobj.c41 static OSet* s_clientobj_set; variable
60 tl_assert(s_clientobj_set == 0); in DRD_()
61 s_clientobj_set = VG_(OSetGen_Create)(0, 0, VG_(malloc), in DRD_()
72 tl_assert(s_clientobj_set); in DRD_()
73 tl_assert(VG_(OSetGen_Size)(s_clientobj_set) == 0); in DRD_()
74 VG_(OSetGen_Destroy)(s_clientobj_set); in DRD_()
75 s_clientobj_set = 0; in DRD_()
85 return VG_(OSetGen_Lookup)(s_clientobj_set, &addr); in DRD_()
96 p = VG_(OSetGen_Lookup)(s_clientobj_set, &addr); in DRD_()
110 VG_(OSetGen_ResetIter)(s_clientobj_set); in DRD_()
[all …]