summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cppNico Weber2019-07-311-1407/+0
* [sanitizer][NFC] Remove unneeded SizeClassAllocatorLocalCacheVitaly Buka2019-05-011-21/+16
* [sanitizer][NFC] Set LargeMmapAllocator type from PrimaryAllocatorVitaly Buka2019-05-011-7/+7
* [sanitizer][NFC] Get type of AllocatorCache from CombinedAllocatorVitaly Buka2019-05-011-21/+8
* [sanitizer] Calculate SizeClassAllocator32::ByteMap type from Params::kSpaceS...Vitaly Buka2019-04-271-8/+3
* [NFC] Remove ::kForTest from AP64, it does not use it.Vitaly Buka2019-04-261-7/+7
* [lsan] Use SANITIZER_WORDSIZE when selecting ByteMapVitaly Buka2019-04-261-10/+11
* Revert "[lsan] Use SANITIZER_WORDSIZE when selecting ByteMap"Vitaly Buka2019-04-261-11/+10
* [lsan] Use SANITIZER_WORDSIZE when selecting ByteMapVitaly Buka2019-04-261-10/+11
* Fix invalid code that Clang trunk will soon diagnose.Richard Smith2019-02-151-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Introduce `AddressSpaceView` template parameter to `SizeClassAllocator64`.Dan Liew2018-12-211-7/+39
* Introduce `AddressSpaceView` template parameter to `SizeClassAllocator32`, `F...Dan Liew2018-12-141-8/+23
* [SanitizerCommon] Test `CombinedAllocator::ForEachChunk()` in unit tests.Dan Liew2018-12-041-0/+16
* [sanitizer] Disable failing Android test after D52371Kostya Kortchinsky2018-09-271-4/+5
* [sanitizer] Introduce a new SizeClassMap with minimal amount of cached entriesKostya Kortchinsky2018-09-271-0/+17
* [sanitizer] s/TestOnlyInit/Init for the allocator ByteMap (NFC)Kostya Kortchinsky2018-05-071-2/+2
* [sanitizer] Replace InternalScopedBuffer with InternalMmapVectorVitaly Buka2018-05-071-2/+2
* [sanitizer] Make InternalScopedBuffer::size() behavior similar to vector.Vitaly Buka2018-05-071-2/+2
* [Sanitizers] Make common allocator agnostic to failure handling modes.Alex Shlyapnikov2018-01-171-10/+5
* [Sanitizer] Disable compact size class tests on AndroidAlex Shlyapnikov2017-09-271-0/+2
* [Sanitizers] Allocator: new "release memory to OS" implementationAlex Shlyapnikov2017-09-271-0/+275
* [sanitizer] Re-introduce kUseSeparateSizeClassForBatch for the 32-bit PrimaryKostya Kortchinsky2017-08-281-0/+17
* [Sanitizers] 64 bit allocator respects allocator_may_return_null flagAlex Shlyapnikov2017-06-261-16/+18
* [Sanitizers] Move cached allocator_may_return_null flag to sanitizer_allocatorAlex Shlyapnikov2017-06-201-10/+11
* [sanitizer] Change SizeClassAllocator32 to accept just one templateKostya Kortchinsky2017-05-151-15/+23
* [asan] replace std::random_shuffle with std::shuffle in tests since std::rand...Kostya Serebryany2017-02-071-1/+3
* Return memory to OS right after free (not in the async thread).Evgeniy Stepanov2016-11-291-12/+12
* [asan] Reenable 64-bit allocator on android/aarch64.Evgeniy Stepanov2016-09-151-15/+36
* [compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks2016-09-151-0/+2
* [sanitizer] Test the allocator with the ASan win64 memory constantsReid Kleckner2016-09-151-2/+2
* [sanitizer] fix an allocator bug where the allocated memory may overlap with ...Kostya Serebryany2016-09-091-1/+18
* [sanitizer] extend SizeClassMap to take more template parameters, add VeryCom...Kostya Serebryany2016-08-311-10/+41
* [sanitizer] enable random shuffling the memory chunks inside the allocator, u...Kostya Serebryany2016-08-261-0/+5
* [sanitizer] change SizeClassAllocator64 to accept just one template parameter...Kostya Serebryany2016-08-251-12/+46
* [sanitizer] re-apply r279572 and r279595 reverted in r279643: change the 64-b...Kostya Serebryany2016-08-241-5/+12
* Revert r279572 "[sanitizer] change the 64-bit..." because of failures on ubsanVitaly Buka2016-08-241-12/+5
* [sanitizer] change the 64-bit allocator to use a single array for free-d chun...Kostya Serebryany2016-08-231-5/+12
* [sanitizer] use 32-bit offset instead of 64-bit pointers in the 64-bit alloca...Kostya Serebryany2016-08-091-1/+1
* [sanitizer] allocator: move TransferBatch into SizeClassAllocator64/SizeClass...Kostya Serebryany2016-08-061-1/+1
* Disable a few more flaky asan64 tests.Nico Weber2016-08-051-0/+12
* Disable a few win asan64 tests that don't reliably pass, https://reviews.llvm...Nico Weber2016-08-051-0/+12
* [compiler-rt] Fix memory allocator for dynamic address spaceEtienne Bergeron2016-08-041-1/+31
* [sanitizer] Try to fix LargeMmapAllocator test on WindowsReid Kleckner2016-07-261-2/+4
* Try to fix more Windows portability issues in sanitizer testsReid Kleckner2016-07-221-2/+6
* [sanitizer] allocator: remove kPopulateSize and only use SizeClassMap::MaxCac...Kostya Serebryany2016-07-211-1/+1
* [compiler-rt] Fix sanitizer memory allocator on win64.Etienne Bergeron2016-07-071-0/+6
* [compiler-rt] Fix AllocatorCacheDeallocNewThread unittestEtienne Bergeron2016-07-071-0/+2
* [compiler-rt] Re-active unittest previously broken on windows.Etienne Bergeron2016-06-301-4/+0
* [sanitizer] [SystemZ] Add virtual space size.Marcin Koscielnicki2016-04-141-0/+4
OpenPOWER on IntegriCloud