MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / mi_bitmap_index_bit

Function mi_bitmap_index_bit

3rd/mimalloc-2.0.9/src/bitmap.h:59–61  ·  view source on GitHub ↗

Get the full bit index

Source from the content-addressed store, hash-verified

57
58// Get the full bit index
59static 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

Callers 4

mi_segment_cache_pop_exFunction · 0.85
_mi_segment_cache_pushFunction · 0.85
mi_arena_alloc_fromFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected