Home | History | Annotate | Download | only in visitedlink

Lines Matching defs:load

510   // that the file size is different when we load it back in, and then we will
735 // Load limits for good performance/space. We are pretty conservative about
742 float load = ComputeTableLoad();
743 if (load < max_table_load &&
745 load > min_table_load))
751 DCHECK(load <= min_table_load || new_size > table_length_);