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

Definitions

projects/compiler-rt/lib/asan/asan_allocator.h
  156   static const uptr kSpaceBeg = kAllocatorSpace;
projects/compiler-rt/lib/hwasan/hwasan_allocator.h
   49   static const uptr kSpaceBeg = ~0ULL;
projects/compiler-rt/lib/lsan/lsan_allocator.h
   78   static const uptr kSpaceBeg = kAllocatorSpace;
projects/compiler-rt/lib/msan/msan_allocator.cpp
   71   static const uptr kSpaceBeg = kAllocatorSpace;
projects/compiler-rt/lib/scudo/scudo_allocator.h
   76   static const uptr kSpaceBeg = AllocatorSpace;
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h
   72   static const uptr kSpaceBeg = Mapping::kHeapMemBeg;