Searched refs:is_free (Results 1 – 2 of 2) sorted by relevance
442 bool is_free = (state_ == RegionState::kRegionStateFree); in IsFree() local443 if (is_free) { in IsFree()448 return is_free; in IsFree()
974 std::unique_ptr<bool[]> is_free(new bool[num_slots]()); // zero initialized in InspectAllSlots() local978 is_free[slot_idx] = true; in InspectAllSlots()984 is_free[slot_idx] = true; in InspectAllSlots()989 if (!is_free[slot_idx]) { in InspectAllSlots()1945 std::unique_ptr<bool[]> is_free(new bool[num_slots]()); // zero initialized in Verify() local1950 is_free[slot_idx] = true; in Verify()1956 is_free[slot_idx] = true; in Verify()1964 if (!is_free[slot_idx]) { in Verify()