| 168 | } |
| 169 | |
| 170 | unsigned Pointer::totalBits() { |
| 171 | return max(total_bits_logical(), total_bits_physical()); |
| 172 | } |
| 173 | |
| 174 | unsigned Pointer::bitsShortBid() { |
| 175 | return bits_for_bid - hasLocalBit(); |
nothing calls this directly
no test coverage detected