summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests/sanitizer_allocator_test.cc
AgeCommit message (Expand)Author
2013-05-16[sanitizer] added a test for a bug in allocator discovered by Sergey Matveev ...Kostya Serebryany
2013-04-08[sanitizer] Fix boundary condition in LargeMmapAllocator::GetBlockBegin. Patc...Kostya Serebryany
2013-03-18[Sanitizer] Rely on template argument deduction in sanitizer_allocator_testAlexey Samsonov
2013-03-15[sanitizer] fix gcc build warningsKostya Serebryany
2013-03-15[asan] Add ForEachChunk() to sanitizer allocators. Patch by Sergey MatveevKostya Serebryany
2013-03-12[sanitizer] use fewer size classes in the allocator to reduce the memory foot...Kostya Serebryany
2013-03-11[sanitizer] make SizeClassAllocator64::GetBlockBegin more bullet proof (by Se...Kostya Serebryany
2013-03-06[msan] pthread_join() returns int, not void*Reid Kleckner
2013-03-06[sanitizers] Fix check failure on dealloc from new threadReid Kleckner
2013-02-19[sanitizer] Slightly lower allocator test memory consumption.Evgeniy Stepanov
2013-01-24tsan: implement malloc stats queryingDmitry Vyukov
2013-01-14Move large part of asan_test_utils.h to sanitizer_common.Evgeniy Stepanov
2013-01-14Remove thread-locals from sanitizer_common tests.Evgeniy Stepanov
2013-01-11asan/tsan: faster memory allocatorDmitry Vyukov
2012-12-25[sanitizer] increase the maximum size class of the fast allocator. This shoul...Kostya Serebryany
2012-12-24[sanitizer] fix gcc warnings, enable one tests under asan_allocator2Kostya Serebryany
2012-12-24[sanitizer] make LargeMmapAllocator::GetBlockBegin faster by not using a link...Kostya Serebryany
2012-12-24[sanitizer] rework the size class map in the sanitizer allocator: make the di...Kostya Serebryany
2012-12-19[sanitizer] one more stability fix in 64-bit allocatorKostya Serebryany
2012-12-18[sanitizer] fix LargeMmapAllocator::GetBlockBeginKostya Serebryany
2012-12-15[sanitizer] fix a bug that has crept into the sanitizer allocator and caused ...Kostya Serebryany
2012-12-14[Sanitizer] remove extra typenameAlexey Samsonov
2012-12-14[sanitizer] add AllocatorLeakTestKostya Serebryany
2012-12-14tsan: fix lint warningDmitry Vyukov
2012-12-14tsan: disable allocator tests in debug buildDmitry Vyukov
2012-12-14tsan: comment out debug output in testDmitry Vyukov
2012-12-13[sanitizer] change the way SizeClassAllocator64 allocated memory from the sys...Kostya Serebryany
2012-12-12[sanitizer] add OnMap/OnUmap callbacks to the allocator interfaceKostya Serebryany
2012-12-07[sanitizer] try not to use libc mem* functions in sanitizer_common tests (con...Kostya Serebryany
2012-12-06[asan/msan] one more test for 32-bit allocator + minor code simplificationKostya Serebryany
2012-12-06[asan/msan] add BulkAllocate to the 32-bit allocator (and a test)Kostya Serebryany
2012-12-06[asan/msan] add GetBlockBegin to the 32-bit allocator (+test) Kostya Serebryany
2012-12-06[asan/msan] one more test for 32-bit allocatorKostya Serebryany
2012-12-06[asan/msan] new 32-bit allocator, basic functionality so farKostya Serebryany
2012-12-05[tsan] get rid of *allocator64* files, moving everything to *allocator* files...Kostya Serebryany
2012-12-03[tsan] remove unused InternalAllocBlock as part of larger refactoringKostya Serebryany
2012-08-21[Sanitizer] define InternalScopedBuffer to replace large arrays on stack. It ...Alexey Samsonov
2012-06-29tsan/asan: add SpinMutex to sanitizer_commonDmitry Vyukov
2012-06-25tsan: remove internal allocator, switch to sanitizer_common one.Dmitry Vyukov