diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2014-12-17 01:55:03 +0000 |
---|---|---|
committer | Alexey Samsonov <vonosmas@gmail.com> | 2014-12-17 01:55:03 +0000 |
commit | b2dcac0bb73d017febe9d911ea1640dd3ed0f1c5 (patch) | |
tree | 0856836d7b271f9cb9f16faf0a318f022ba37ec0 /llvm/lib/IR/Metadata.cpp | |
parent | 65c52ae8ca180cf54094cb78045e18ba82aec46e (diff) | |
download | bcm5719-llvm-b2dcac0bb73d017febe9d911ea1640dd3ed0f1c5.tar.gz bcm5719-llvm-b2dcac0bb73d017febe9d911ea1640dd3ed0f1c5.zip |
[ASan] Re-structure the allocator code. NFC.
Introduce "Allocator" object, which contains all the bits and pieces
ASan allocation machinery actually use: allocator from sanitizer_common,
quarantine, fallback allocator and quarantine caches, fallback mutex.
This step is a preparation to adding more state to this object. We want
to reduce dependency of Allocator on commandline flags and be able to
"safely" modify its behavior (such as the size of the redzone) at
runtime.
llvm-svn: 224406
Diffstat (limited to 'llvm/lib/IR/Metadata.cpp')
0 files changed, 0 insertions, 0 deletions