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

Declarations

projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator.h
   30 extern const char *SecondaryAllocatorName;

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_secondary.h
   36                                  SecondaryAllocatorName);
   98         MmapOrDieOnFatalError(map_size, SecondaryAllocatorName));
projects/compiler-rt/lib/scudo/scudo_allocator.cpp
  253     SecondaryAllocatorName = "ScudoSecondary";
projects/compiler-rt/lib/scudo/scudo_allocator_secondary.h
   87     uptr ReservedBeg = AddressRange.Init(ReservedSize, SecondaryAllocatorName);