Searched defs:array_index (Results 1 – 3 of 3) sorted by relevance
134 uintptr_t array_index = bit_index >> BITS_IN_BYTE_POWER_OF_TWO; in MarkAsOccupied() local145 uintptr_t array_index = bit_index >> BITS_IN_BYTE_POWER_OF_TWO; in MarkAsFree() local152 FreeSlot *RunSlots<LockTypeT>::BitMapToSlot(size_t array_index, size_t bit) in BitMapToSlot()188 uintptr_t array_index = bit_index >> BITS_IN_BYTE_POWER_OF_TWO; in IsLive() local
195 for (size_t array_index = 0; array_index < BITMAP_ARRAY_SIZE; array_index++) { in IterateOverOccupiedSlots() local
67 size_t array_index = slot_size_power_of_two; in Alloc() local157 size_t array_index = RunSlotsType::ConvertToPowerOfTwoUnsafe(run_slot_size); in FreeUnsafeInternal() local