Home | History | Annotate | Download | only in allocator

Lines Matching full:slot_idx

473       size_t slot_idx = offset_from_slot_base / bracket_size;
474 DCHECK_LT(slot_idx, numOfSlots[idx]);
483 size_t slot_idx = offset_from_slot_base / bracket_size;
484 DCHECK_LT(slot_idx, numOfSlots[idx]);
485 return slot_idx;