Home | History | Annotate | Download | only in allocator

Lines Matching defs:slot_offset

843     uintptr_t slot_offset = reinterpret_cast<uintptr_t>(slot) -
845 DCHECK_EQ(slot_offset % bracket_size, 0U);
846 uintptr_t slot_idx = slot_offset / bracket_size;