Searched refs:is_free (Results 1 – 2 of 2) sorted by relevance
280 bool is_free = state_ == RegionState::kRegionStateFree; in IsFree() local281 if (is_free) { in IsFree()286 return is_free; in IsFree()
981 std::unique_ptr<bool[]> is_free(new bool[num_slots]()); // zero initialized in InspectAllSlots() local985 is_free[slot_idx] = true; in InspectAllSlots()991 is_free[slot_idx] = true; in InspectAllSlots()996 if (!is_free[slot_idx]) { in InspectAllSlots()1954 std::unique_ptr<bool[]> is_free(new bool[num_slots]()); // zero initialized in Verify() local1959 is_free[slot_idx] = true; in Verify()1965 is_free[slot_idx] = true; in Verify()1973 if (!is_free[slot_idx]) { in Verify()