summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan_allocator.cc
AgeCommit message (Expand)Author
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