summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_placement_new.h
AgeCommit message (Expand)Author
2013-10-24Introduce an operator new for LowLevelAllocator, and convert most users to it.Peter Collingbourne
2013-03-19[sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov
2012-11-21[asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. Instea...Kostya Serebryany
2012-06-19[Sanitizer] use fully qualified type for placement new replacementAlexey Samsonov
2012-06-15[Sanitizer] Fix type for placement new on 32-bit MacAlexey Samsonov
2012-06-07[Sanitizer] use unsigned int as a parameter for placement new on 32 bitsAlexey Samsonov
2012-06-07[Sanitizer] move placement_new definiton from TSan to common runtimeAlexey Samsonov