summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_allocator_internal.h
AgeCommit message (Expand)Author
2017-06-20[Sanitizers] Move cached allocator_may_return_null flag to sanitizer_allocatorAlex Shlyapnikov
2017-05-15[sanitizer] Change SizeClassAllocator32 to accept just one templateKostya Kortchinsky
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2016-06-06[tsan] Switch to InternalAlloc everywhere __libc_malloc is currently usedKuba Brecka
2015-09-29[sanitizer] Fix Clang-tidy modernize-use-nullptr warnings in lib/sanitizer_co...Kostya Serebryany
2015-01-15[sanitizer] Flag parser rewrite.Evgeniy Stepanov
2014-09-17tsan: fix crash when a program registers zillions of atexit callbacksDmitry Vyukov
2014-07-26tsan: reduce internal allocator region from 16M to 1MDmitry Vyukov
2014-07-26tsan: remove meta from internal allocatorDmitry Vyukov
2014-02-28tsan: add new line at the end of error messageDmitry Vyukov
2013-12-26[asan] allow asan to use SizeClassAllocator32 on a 64-bit platform (if SANITI...Kostya Serebryany
2013-11-25[sanitizer] Implement TwoLevelByteMap and use it for the internal allocator o...Kostya Serebryany
2013-05-29[sanitizer] Use raw check in internal allocator to prevent self-deadlocks. Tr...Alexey Samsonov
2013-05-29Exclude sanitizer_nolibc_test from TSan test run. Fix lint warningsAlexey Samsonov
2013-05-29Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching ...Alexey Samsonov