Searched refs:GetFreeSlotBitmapCellPtrAndBitIndex (Results 1 – 2 of 2) sorted by relevance
30 GetFreeSlotBitmapCellPtrAndBitIndex(uintptr_t slot_start) { in GetFreeSlotBitmapCellPtrAndBitIndex() function62 auto [cell, bit_index] = GetFreeSlotBitmapCellPtrAndBitIndex(slot_start); in FreeSlotBitmapSlotIsUsed()69 auto [cell, bit_index] = GetFreeSlotBitmapCellPtrAndBitIndex(slot_start); in FreeSlotBitmapMarkSlotAsUsed()76 auto [cell, bit_index] = GetFreeSlotBitmapCellPtrAndBitIndex(slot_start); in FreeSlotBitmapMarkSlotAsFree()91 auto [cell, bit_index] = GetFreeSlotBitmapCellPtrAndBitIndex(slot_start); in FreeSlotBitmapReset()98 GetFreeSlotBitmapCellPtrAndBitIndex(begin_addr); in FreeSlotBitmapReset()100 GetFreeSlotBitmapCellPtrAndBitIndex(end_addr); in FreeSlotBitmapReset()
96 GetFreeSlotBitmapCellPtrAndBitIndex(kFirstSlotAddr); in TEST_F()98 GetFreeSlotBitmapCellPtrAndBitIndex(kLastSlotAddr); in TEST_F()141 GetFreeSlotBitmapCellPtrAndBitIndex(SlotAddr(0)); in TEST_F()164 GetFreeSlotBitmapCellPtrAndBitIndex(aligned_addr); in TEST_F()174 GetFreeSlotBitmapCellPtrAndBitIndex(non_aligned_addr); in TEST_F()192 GetFreeSlotBitmapCellPtrAndBitIndex(mid_cell_slot_addr); in TEST_F()