Home
last modified time | relevance | path

Searched refs:GetFreeSlotBitmapCellPtrAndBitIndex (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dfreeslot_bitmap.h30 GetFreeSlotBitmapCellPtrAndBitIndex(uintptr_t slot_start) { in GetFreeSlotBitmapCellPtrAndBitIndex() function
62 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()
H A Dfreeslot_bitmap_unittest.cc96 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()