summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan_allocator.cc
AgeCommit message (Expand)Author
2013-06-21[lsan] Increase allocator space; minor fixes.Sergey Matveev
2013-06-21[asan] Move lsan_disabled out of thread context.Sergey Matveev
2013-06-11[lsan] Harmonized some naming inconsistencies.Sergey Matveev
2013-06-06[lsan] Put SANITIZER_INTERFACE_ATTRIBUTE on LSan interface functions.Sergey Matveev
2013-06-06[lsan] Implement __lsan_ignore_object().Sergey Matveev
2013-06-03[lsan] Add __lsan_disable() and __lsan_enable().Sergey Matveev
2013-05-31[lsan] Use the fast version of GetBlockBegin for leak checking in LSan and ASan.Sergey Matveev
2013-05-27[lsan] Begin converting LSan tests to output tests.Sergey Matveev
2013-05-23[lsan] Ensure lsan is initialized when interceptors are called.Sergey Matveev
2013-05-21[lsan] Invoke leak detection with atexit().Sergey Matveev
2013-05-20[lsan] GetUserBegin() in LSan.Sergey Matveev
2013-05-20[lsan] Allocator for standalone LSan.Sergey Matveev