summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan_allocator.cc
AgeCommit message (Expand)Author
2015-10-21[lsan] [aarch64] Add support for AArch64Adhemerval Zanella
2015-10-08Revert "[lsan] [aarch64] Add support for AArch64"Evgeniy Stepanov
2015-10-05[lsan] [aarch64] Add support for AArch64Adhemerval Zanella
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-09-16Fix compilation warning in compiler-rt.Evgeniy Stepanov
2015-02-19[LSan] [MIPS] adding support of LSan for mips64/mips64el archMohit K. Bhakkad
2014-12-19[sanitizer] Rename InitIfLinkerInitialized to InitLinkerInitialized.Sergey Matveev
2014-12-17[sanitizer] add CombinedAllocator::InitIfLinkerInitialized and use it in lsan...Kostya Serebryany
2014-12-12[Sanitizer] Introduce Allocator::may_return_null bool flag.Alexey Samsonov
2014-10-26Change StackDepot interface to use StackTrace more extensivelyAlexey Samsonov
2014-08-26[lsan] Implement the public allocator interface in standalone LSan.Sergey Matveev
2014-01-10[lsan] handle 'new T[0]' where T is a type with DTOR; fixes https://code.goog...Kostya Serebryany
2013-11-24[lsan] Use real memset to clear memory in standalone LSan.Sergey Matveev
2013-06-24Revert to C-style callbacks for iteration over allocator chunks.Sergey Matveev
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