Lines Matching full:activeset
295 static OSet* activeSet = NULL;
774 old = VG_(OSetGen_Lookup)(activeSet, &old_from);
973 old = VG_(OSetGen_Lookup)( activeSet, &act.from_addr );
1025 void* oldNd = VG_(OSetGen_Remove)( activeSet, &act.from_addr );
1027 VG_(OSetGen_FreeNode)( activeSet, old );
1044 Active* a = VG_(OSetGen_AllocNode)(activeSet, sizeof(Active));
1047 VG_(OSetGen_Insert)(activeSet, a);
1114 VG_(OSetGen_ResetIter)( activeSet );
1115 while ( (act = VG_(OSetGen_Next)(activeSet)) ) {
1146 /* Now traverse tmpSet, deleting corresponding elements in activeSet. */
1149 act = VG_(OSetGen_Remove)( activeSet, &addr );
1151 VG_(OSetGen_FreeNode)( activeSet, act );
1187 Active* r = VG_(OSetGen_Lookup)(activeSet, &orig);
1320 activeSet = VG_(OSetGen_Create)(offsetof(Active, from_addr),
1902 VG_(OSetGen_ResetIter)( activeSet );
1903 while ( (act = VG_(OSetGen_Next)(activeSet)) ) {