summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests/sanitizer_allocator_test.cc
Commit message (Expand)AuthorAge
* [asan] Fix a deadlock between asan's allocator and lsanKostya Serebryany2013-10-17
* [sanitizer] make the allocator crash instead of returning 0 on huge size (con...Kostya Serebryany2013-09-06
* [lsan] Fix android build.Sergey Matveev2013-06-24
* Revert to C-style callbacks for iteration over allocator chunks.Sergey Matveev2013-06-24
* [sanitizer] Fix r182994 - update test.Sergey Matveev2013-05-31
* [sanitizer] introduce LargeMmapAllocator::GetBlockBeginFastSingleThreaded, re...Kostya Serebryany2013-05-30
* Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching ...Alexey Samsonov2013-05-29
* [sanitizer] factor out ByteMap from SizeClassAllocator32 so that it can be la...Kostya Serebryany2013-05-20
* tsan: comment out debug output in testDmitry Vyukov2013-05-17
* [sanitizer] Fix the region overflow condition in SanitizerAllocator64::Popula...Sergey Matveev2013-05-16
* [sanitizer] fix the GetBlockBegin overflow bug while preserving the performan...Kostya Serebryany2013-05-16
* [sanitizer] added a test for a bug in allocator discovered by Sergey Matveev ...Kostya Serebryany2013-05-16
* [sanitizer] Fix boundary condition in LargeMmapAllocator::GetBlockBegin. Patc...Kostya Serebryany2013-04-08
* [Sanitizer] Rely on template argument deduction in sanitizer_allocator_testAlexey Samsonov2013-03-18
* [sanitizer] fix gcc build warningsKostya Serebryany2013-03-15
* [asan] Add ForEachChunk() to sanitizer allocators. Patch by Sergey MatveevKostya Serebryany2013-03-15
* [sanitizer] use fewer size classes in the allocator to reduce the memory foot...Kostya Serebryany2013-03-12
* [sanitizer] make SizeClassAllocator64::GetBlockBegin more bullet proof (by Se...Kostya Serebryany2013-03-11
* [msan] pthread_join() returns int, not void*Reid Kleckner2013-03-06
* [sanitizers] Fix check failure on dealloc from new threadReid Kleckner2013-03-06
* [sanitizer] Slightly lower allocator test memory consumption.Evgeniy Stepanov2013-02-19
* tsan: implement malloc stats queryingDmitry Vyukov2013-01-24
* Move large part of asan_test_utils.h to sanitizer_common.Evgeniy Stepanov2013-01-14
* Remove thread-locals from sanitizer_common tests.Evgeniy Stepanov2013-01-14
* asan/tsan: faster memory allocatorDmitry Vyukov2013-01-11
* [sanitizer] increase the maximum size class of the fast allocator. This shoul...Kostya Serebryany2012-12-25
* [sanitizer] fix gcc warnings, enable one tests under asan_allocator2Kostya Serebryany2012-12-24
* [sanitizer] make LargeMmapAllocator::GetBlockBegin faster by not using a link...Kostya Serebryany2012-12-24
* [sanitizer] rework the size class map in the sanitizer allocator: make the di...Kostya Serebryany2012-12-24
* [sanitizer] one more stability fix in 64-bit allocatorKostya Serebryany2012-12-19
* [sanitizer] fix LargeMmapAllocator::GetBlockBeginKostya Serebryany2012-12-18
* [sanitizer] fix a bug that has crept into the sanitizer allocator and caused ...Kostya Serebryany2012-12-15
* [Sanitizer] remove extra typenameAlexey Samsonov2012-12-14
* [sanitizer] add AllocatorLeakTestKostya Serebryany2012-12-14
* tsan: fix lint warningDmitry Vyukov2012-12-14
* tsan: disable allocator tests in debug buildDmitry Vyukov2012-12-14
* tsan: comment out debug output in testDmitry Vyukov2012-12-14
* [sanitizer] change the way SizeClassAllocator64 allocated memory from the sys...Kostya Serebryany2012-12-13
* [sanitizer] add OnMap/OnUmap callbacks to the allocator interfaceKostya Serebryany2012-12-12
* [sanitizer] try not to use libc mem* functions in sanitizer_common tests (con...Kostya Serebryany2012-12-07
* [asan/msan] one more test for 32-bit allocator + minor code simplificationKostya Serebryany2012-12-06
* [asan/msan] add BulkAllocate to the 32-bit allocator (and a test)Kostya Serebryany2012-12-06
* [asan/msan] add GetBlockBegin to the 32-bit allocator (+test) Kostya Serebryany2012-12-06
* [asan/msan] one more test for 32-bit allocatorKostya Serebryany2012-12-06
* [asan/msan] new 32-bit allocator, basic functionality so farKostya Serebryany2012-12-06
* [tsan] get rid of *allocator64* files, moving everything to *allocator* files...Kostya Serebryany2012-12-05
* [tsan] remove unused InternalAllocBlock as part of larger refactoringKostya Serebryany2012-12-03
* [Sanitizer] define InternalScopedBuffer to replace large arrays on stack. It ...Alexey Samsonov2012-08-21
* tsan/asan: add SpinMutex to sanitizer_commonDmitry Vyukov2012-06-29
* tsan: remove internal allocator, switch to sanitizer_common one.Dmitry Vyukov2012-06-25