[asan] introduce asan_allocator2.cc, which will have the replacement for asan allocat...
authorKostya Serebryany <kcc@google.com>
Mon, 10 Dec 2012 13:52:55 +0000 (13:52 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 10 Dec 2012 13:52:55 +0000 (13:52 +0000)
commit14282a91d55cdd9eb6b138c28df615681e49ce2a
tree3a39d47264a6852588430adfab1f4eb1bfd12669
parent1746f555ee5eb19893c2aa64599d48b7273a6ded
[asan] introduce asan_allocator2.cc, which will have the replacement for asan allocator (now, just a bit of boilerplate)

llvm-svn: 169733
compiler-rt/lib/asan/CMakeLists.txt
compiler-rt/lib/asan/asan_allocator.cc
compiler-rt/lib/asan/asan_allocator.h
compiler-rt/lib/asan/asan_allocator2.cc [new file with mode: 0644]