[PATCH] Change internal allocator in sanitizer tools
    Dmitry Vyukov 
    dvyukov at google.com
       
    Mon Apr 15 11:02:36 PDT 2013
    
    
  
================
Comment at: lib/sanitizer_common/sanitizer_allocator.cc:20
@@ +19,3 @@
+#if SANITIZER_WORDSIZE == 64
+static const uptr kInternalAllocatorSpace = 0x690000000000ULL;
+static const uptr kInternalAllocatorSize =   0x10000000000ULL;  // 1T
----------------
THis won't work on windows (for gotsan). windows address space is 43-bit.
http://llvm-reviews.chandlerc.com/D671
    
    
More information about the llvm-commits
mailing list