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

Declarations

projects/compiler-rt/lib/lsan/lsan_common.h
  201 void GetAllocatorGlobalRange(uptr *begin, uptr *end);

References

projects/compiler-rt/lib/lsan/lsan_common.cpp
  195   GetAllocatorGlobalRange(&allocator_begin, &allocator_end);