Home | History | Annotate | Download | only in allocator

Lines Matching defs:num_words

880     const size_t num_words = RoundUp(numOfSlots[idx], 32) / 32;
881 if (first_search_vec_idx_ + 1 >= num_words) {