reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
  346       if (UNLIKELY(sci->rand_state == 0))
  348         sci->rand_state = reinterpret_cast<uptr>(sci) ^ NanoTime();
  348         sci->rand_state = reinterpret_cast<uptr>(sci) ^ NanoTime();
  360         if (UNLIKELY(!PopulateBatches(c, sci, class_id, &b, max_count,
  367       if (UNLIKELY(!PopulateBatches(c, sci, class_id, &b, max_count,
  373       sci->free_list.push_back(b);