summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_placement_new.h
AgeCommit message (Collapse)Author
2013-10-24Introduce an operator new for LowLevelAllocator, and convert most users to it.Peter Collingbourne
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@193308 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-19[sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@177400 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-21[asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. ↵Kostya Serebryany
Instead, define our own SANITIZER_WORDSIZE git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@168424 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-19[Sanitizer] use fully qualified type for placement new replacementAlexey Samsonov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@158706 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-15[Sanitizer] Fix type for placement new on 32-bit MacAlexey Samsonov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@158524 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-07[Sanitizer] use unsigned int as a parameter for placement new on 32 bitsAlexey Samsonov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@158147 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-07[Sanitizer] move placement_new definiton from TSan to common runtimeAlexey Samsonov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@158145 91177308-0d34-0410-b5e6-96231b3b80d8