summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_placement_new.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Introduce an operator new for LowLevelAllocator, and convert most users to it.Peter Collingbourne2013-10-241-9/+1
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-191-1/+1
* [asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. Instea...Kostya Serebryany2012-11-211-1/+1
* [Sanitizer] use fully qualified type for placement new replacementAlexey Samsonov2012-06-191-3/+3
* [Sanitizer] Fix type for placement new on 32-bit MacAlexey Samsonov2012-06-151-6/+8
* [Sanitizer] use unsigned int as a parameter for placement new on 32 bitsAlexey Samsonov2012-06-071-0/+6
* [Sanitizer] move placement_new definiton from TSan to common runtimeAlexey Samsonov2012-06-071-0/+25