summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_allocator.cc
Commit message (Expand)AuthorAge
* [sanitizer] make the allocator crash instead of returning 0 on huge size (con...Kostya Serebryany2013-09-06
* [sanitizer] Use raw check in internal allocator to prevent self-deadlocks. Tr...Alexey Samsonov2013-05-29
* Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching ...Alexey Samsonov2013-05-29
* [Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ de...Alexey Samsonov2013-04-03
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-19
* [sanitizer] improve the calloc overflow check (spotted by samsonov@)Kostya Serebryany2013-01-25
* [sanitizer] fix calloc overflow in asan/tsan/msanKostya Serebryany2013-01-25
* [tsan] remove unused InternalAllocBlock as part of larger refactoringKostya Serebryany2012-12-03
* [asan/tsan] get rid of kPageSize completely in favor of GetPageSizeCached(). ...Kostya Serebryany2012-11-24
* [asan] There is no __libc_malloc on Android.Evgeniy Stepanov2012-09-10
* [Sanitizer] align allocation sizes in low level allocatorAlexey Samsonov2012-08-27
* [Sanitizer] move low-level (mmap-based) allocator to sanitizer_commonAlexey Samsonov2012-08-27
* tsan: Go language supportDmitry Vyukov2012-07-05
* tsan: remove internal allocator, switch to sanitizer_common one.Dmitry Vyukov2012-06-25
* [Sanitizer] Use __libc_malloc/__libc_free instead of malloc/free inside inter...Alexey Samsonov2012-06-09
* [Sanitizer] include stdlib.h header to get malloc/freeAlexey Samsonov2012-06-07
* [Sanitizer] Allocator for internal runtime purposes. Currently it calls libcm...Alexey Samsonov2012-06-07