summaryrefslogtreecommitdiff
path: root/lib/msan/msan_allocator.cc
AgeCommit message (Expand)Author
2015-10-08New MSan mapping layout (compiler-rt part).Evgeniy Stepanov
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-09-29[msan] Early allocator initialization.Evgeniy Stepanov
2015-09-16[MSan] Enable MSAN for aarch64Adhemerval Zanella
2015-06-25Enable memory sanitizer for PPC64Jay Foad
2015-01-22[msan] Better use-after-free reports.Evgeniy Stepanov
2015-01-21[msan] Fix origins in realloc.Evgeniy Stepanov
2014-12-12[Sanitizer] Introduce Allocator::may_return_null bool flag.Alexey Samsonov
2014-12-03[msan] Change the way origin ids are built.Evgeniy Stepanov
2014-11-19[MSan] [MIPS] Adding support for MIPS64 (patch by Mohit Bhakkad).Alexey Samsonov
2014-10-26Change StackDepot interface to use StackTrace more extensivelyAlexey Samsonov
2014-08-12[Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...Alexey Samsonov
2014-07-07Generalize sanitizer allocator public interface.Alexey Samsonov
2014-07-04[msan] Reformat one source file.Evgeniy Stepanov
2014-05-28tsan: do not use 64-bit atomics in allocator codeDmitry Vyukov
2014-05-21[msan] Chained origins re-design.Evgeniy Stepanov
2014-04-04[msan] Introduce MsanThread. Move thread-local allocator cache out of TLS.Evgeniy Stepanov
2013-11-20[msan] Unpoison memory that is returned to the OS and flush its shadow.Evgeniy Stepanov
2013-10-22[msan] Drain allocator cache when leaving thread.Evgeniy Stepanov
2013-10-15[msan] Implement allocator_may_return_null=1 in MemorySanitizer.Evgeniy Stepanov
2013-09-16[msan] Fix origin of deallocated memory.Evgeniy Stepanov
2013-09-10[msan] bool -> int to make msan_interface.h C-compatible.Evgeniy Stepanov
2013-08-02[msan] Allocator statistics interface and malloc hooks.Evgeniy Stepanov
2012-12-12[sanitizer] add OnMap/OnUmap callbacks to the allocator interfaceKostya Serebryany
2012-12-11[msan] MemorySanitizer runtime.Evgeniy Stepanov