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

References

projects/compiler-rt/lib/lsan/lsan_common.cpp
  195   GetAllocatorGlobalRange(&allocator_begin, &allocator_end);
  197     CHECK_LE(allocator_begin, allocator_end);
  198     CHECK_LE(allocator_end, end);
  202     if (allocator_end < end)
  203       ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", kReachable);