[PATCH] D24575: [compiler-rt] Set asan win 64-bits to use dynamic address for memory allocator

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 14 11:20:39 PDT 2016


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm, just had to verify that the allocator actually handles that.


================
Comment at: lib/asan/asan_allocator.h:135
@@ -133,1 +134,3 @@
+const uptr kAllocatorSpace = ~(uptr)0;
+const uptr kAllocatorSize  =  0x8000000000ULL;  // 500G
 # else
----------------
512G, maybe?


https://reviews.llvm.org/D24575





More information about the llvm-commits mailing list