summaryrefslogtreecommitdiff
path: root/lib/msan/msan_allocator.cc
Commit message (Expand)AuthorAge
* [msan] Drain allocator cache when leaving thread.Evgeniy Stepanov2013-10-22
* [msan] Implement allocator_may_return_null=1 in MemorySanitizer.Evgeniy Stepanov2013-10-15
* [msan] Fix origin of deallocated memory.Evgeniy Stepanov2013-09-16
* [msan] bool -> int to make msan_interface.h C-compatible.Evgeniy Stepanov2013-09-10
* [msan] Allocator statistics interface and malloc hooks.Evgeniy Stepanov2013-08-02
* [sanitizer] add OnMap/OnUmap callbacks to the allocator interfaceKostya Serebryany2012-12-12
* [msan] MemorySanitizer runtime.Evgeniy Stepanov2012-12-11