Get the full bit index
| 57 | |
| 58 | // Get the full bit index |
| 59 | static inline size_t mi_bitmap_index_bit(mi_bitmap_index_t bitmap_idx) { |
| 60 | return bitmap_idx; |
| 61 | } |
| 62 | |
| 63 | /* ----------------------------------------------------------- |
| 64 | Claim a bit sequence atomically |
no outgoing calls
no test coverage detected