Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc887 const size_t offset_from_slot_base = reinterpret_cast<uint8_t*>(ptr) in FreeSlot() local
889 DCHECK_EQ(offset_from_slot_base % bracket_size, static_cast<size_t>(0)); in FreeSlot()
890 size_t slot_idx = offset_from_slot_base / bracket_size; in FreeSlot()
1017 const size_t offset_from_slot_base = reinterpret_cast<uint8_t*>(ptr) in MarkFreeBitMapShared() local
1021 DCHECK_EQ(offset_from_slot_base % bracket_size, static_cast<size_t>(0)); in MarkFreeBitMapShared()
1022 size_t slot_idx = offset_from_slot_base / bracket_size; in MarkFreeBitMapShared()
1485 size_t offset_from_slot_base = reinterpret_cast<const uint8_t*>(ptr) in UsableSize() local
1487 DCHECK_EQ(offset_from_slot_base % bracketSizes[idx], static_cast<size_t>(0)); in UsableSize()