Skip to content
Commit 35cc7587 authored by Kostya Serebryany's avatar Kostya Serebryany
Browse files

[asan] asan_allocator2: implement adaptive redzones. Now with asan_allocator2...

[asan] asan_allocator2: implement adaptive redzones. Now with asan_allocator2 allocations <= 48 bytes have 16 byte redzone, allocations of 48-96 bytes -- have 32 bytes redzone, etc (max redzone is 2048). If ASAN_OPTIONS=redzone=n is set, it changes the minimal redzone size

llvm-svn: 171107
parent fee82c68
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment