Introduce an operator new for LowLevelAllocator, and convert most users to it.
authorPeter Collingbourne <peter@pcc.me.uk>
Thu, 24 Oct 2013 06:23:39 +0000 (06:23 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Thu, 24 Oct 2013 06:23:39 +0000 (06:23 +0000)
commit50cb32e6149b8e6f25699a9040cf1e9ab3302d7e
tree111ba8f2c0afbd42823011d742e55f8b17d36166
parentd04d096ecfc2e4c82ce77f406b6cdd868941b6eb
Introduce an operator new for LowLevelAllocator, and convert most users to it.

llvm-svn: 193308
compiler-rt/lib/asan/asan_globals.cc
compiler-rt/lib/asan/asan_thread.cc
compiler-rt/lib/sanitizer_common/sanitizer_common.h
compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h
compiler-rt/lib/sanitizer_common/sanitizer_placement_new.h
compiler-rt/lib/sanitizer_common/tests/sanitizer_thread_registry_test.cc