[PATCH] [ASan] Introduce AllocatorOptions to configure allocator behavior.

Alexey Samsonov vonosmas at gmail.com
Wed Dec 17 13:04:03 PST 2014


Hi kcc,

Reduce the dependency of allocator code on runtime flags. Instead,
pass a bunch of options that configure allocator behavior at
initialization or re-initialization. That would allow us to
cleaner modify allocator behavior during a program execution
when ASan is activated or de-activated.

http://reviews.llvm.org/D6711

Files:
  lib/asan/asan_activation.cc
  lib/asan/asan_allocator.cc
  lib/asan/asan_allocator.h
  lib/asan/asan_flags.cc
  lib/asan/asan_rtl.cc

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6711.17410.patch
Type: text/x-patch
Size: 7633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141217/4122b3de/attachment.bin>


More information about the llvm-commits mailing list