Home | History | Annotate | Download | only in sanitizer_common

Lines Matching defs:size_log

958     uptr size_log = MostSignificantSetBitIndex(map_size);
959 CHECK_LT(size_log, ARRAY_SIZE(stats.by_size_log));
970 stats.by_size_log[size_log]++;