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

Definitions

projects/compiler-rt/lib/asan/asan_allocator.h
  157   static const uptr kSpaceSize = kAllocatorSize;
projects/compiler-rt/lib/hwasan/hwasan_allocator.h
   50   static const uptr kSpaceSize = 0x2000000000ULL;
projects/compiler-rt/lib/lsan/lsan_allocator.h
   79   static const uptr kSpaceSize = kAllocatorSize;
projects/compiler-rt/lib/msan/msan_allocator.cpp
   72   static const uptr kSpaceSize = 0x40000000000;  // 4T.
projects/compiler-rt/lib/scudo/scudo_allocator.h
   77   static const uptr kSpaceSize = AllocatorSize;
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h
   73   static const uptr kSpaceSize = Mapping::kHeapMemEnd - Mapping::kHeapMemBeg;