We clear out the bits which are always the same, and put metadata there. */
| 40 | |
| 41 | /* We clear out the bits which are always the same, and put metadata there. */ |
| 42 | static inline uintptr_t get_extra_ptr_bits(const struct htable *ht, |
| 43 | uintptr_t e) |
| 44 | { |
| 45 | return e & ht->common_mask; |
| 46 | } |
| 47 | |
| 48 | static inline void *get_raw_ptr(const struct htable *ht, uintptr_t e) |
| 49 | { |