Lines Matching refs:is_free
980 // to find out and record which slots are free in the is_free array.
981 std::unique_ptr<bool[]> is_free(new bool[num_slots]()); // zero initialized
985 is_free[slot_idx] = true;
991 is_free[slot_idx] = true;
996 if (!is_free[slot_idx]) {
1954 std::unique_ptr<bool[]> is_free(new bool[num_slots]()); // zero initialized
1959 is_free[slot_idx] = true;
1965 is_free[slot_idx] = true;
1973 if (!is_free[slot_idx]) {