Searched refs:activeSet (Results 1 – 1 of 1) sorted by relevance
294 static OSet* activeSet = NULL; variable755 old = VG_(OSetGen_Lookup)(activeSet, &old_from); in VG_()942 old = VG_(OSetGen_Lookup)( activeSet, &act.from_addr ); in maybe_add_active()994 void* oldNd = VG_(OSetGen_Remove)( activeSet, &act.from_addr ); in maybe_add_active()996 VG_(OSetGen_FreeNode)( activeSet, old ); in maybe_add_active()1013 Active* a = VG_(OSetGen_AllocNode)(activeSet, sizeof(Active)); in maybe_add_active()1016 VG_(OSetGen_Insert)(activeSet, a); in maybe_add_active()1083 VG_(OSetGen_ResetIter)( activeSet ); in VG_()1084 while ( (act = VG_(OSetGen_Next)(activeSet)) ) { in VG_()1118 act = VG_(OSetGen_Remove)( activeSet, &addr ); in VG_()[all …]