index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
sanitizer_common
/
tests
/
sanitizer_allocator_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp
Nico Weber
2019-07-31
1
-1407
/
+0
*
[sanitizer][NFC] Remove unneeded SizeClassAllocatorLocalCache
Vitaly Buka
2019-05-01
1
-21
/
+16
*
[sanitizer][NFC] Set LargeMmapAllocator type from PrimaryAllocator
Vitaly Buka
2019-05-01
1
-7
/
+7
*
[sanitizer][NFC] Get type of AllocatorCache from CombinedAllocator
Vitaly Buka
2019-05-01
1
-21
/
+8
*
[sanitizer] Calculate SizeClassAllocator32::ByteMap type from Params::kSpaceS...
Vitaly Buka
2019-04-27
1
-8
/
+3
*
[NFC] Remove ::kForTest from AP64, it does not use it.
Vitaly Buka
2019-04-26
1
-7
/
+7
*
[lsan] Use SANITIZER_WORDSIZE when selecting ByteMap
Vitaly Buka
2019-04-26
1
-10
/
+11
*
Revert "[lsan] Use SANITIZER_WORDSIZE when selecting ByteMap"
Vitaly Buka
2019-04-26
1
-11
/
+10
*
[lsan] Use SANITIZER_WORDSIZE when selecting ByteMap
Vitaly Buka
2019-04-26
1
-10
/
+11
*
Fix invalid code that Clang trunk will soon diagnose.
Richard Smith
2019-02-15
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Introduce `AddressSpaceView` template parameter to `SizeClassAllocator64`.
Dan Liew
2018-12-21
1
-7
/
+39
*
Introduce `AddressSpaceView` template parameter to `SizeClassAllocator32`, `F...
Dan Liew
2018-12-14
1
-8
/
+23
*
[SanitizerCommon] Test `CombinedAllocator::ForEachChunk()` in unit tests.
Dan Liew
2018-12-04
1
-0
/
+16
*
[sanitizer] Disable failing Android test after D52371
Kostya Kortchinsky
2018-09-27
1
-4
/
+5
*
[sanitizer] Introduce a new SizeClassMap with minimal amount of cached entries
Kostya Kortchinsky
2018-09-27
1
-0
/
+17
*
[sanitizer] s/TestOnlyInit/Init for the allocator ByteMap (NFC)
Kostya Kortchinsky
2018-05-07
1
-2
/
+2
*
[sanitizer] Replace InternalScopedBuffer with InternalMmapVector
Vitaly Buka
2018-05-07
1
-2
/
+2
*
[sanitizer] Make InternalScopedBuffer::size() behavior similar to vector.
Vitaly Buka
2018-05-07
1
-2
/
+2
*
[Sanitizers] Make common allocator agnostic to failure handling modes.
Alex Shlyapnikov
2018-01-17
1
-10
/
+5
*
[Sanitizer] Disable compact size class tests on Android
Alex Shlyapnikov
2017-09-27
1
-0
/
+2
*
[Sanitizers] Allocator: new "release memory to OS" implementation
Alex Shlyapnikov
2017-09-27
1
-0
/
+275
*
[sanitizer] Re-introduce kUseSeparateSizeClassForBatch for the 32-bit Primary
Kostya Kortchinsky
2017-08-28
1
-0
/
+17
*
[Sanitizers] 64 bit allocator respects allocator_may_return_null flag
Alex Shlyapnikov
2017-06-26
1
-16
/
+18
*
[Sanitizers] Move cached allocator_may_return_null flag to sanitizer_allocator
Alex Shlyapnikov
2017-06-20
1
-10
/
+11
*
[sanitizer] Change SizeClassAllocator32 to accept just one template
Kostya Kortchinsky
2017-05-15
1
-15
/
+23
*
[asan] replace std::random_shuffle with std::shuffle in tests since std::rand...
Kostya Serebryany
2017-02-07
1
-1
/
+3
*
Return memory to OS right after free (not in the async thread).
Evgeniy Stepanov
2016-11-29
1
-12
/
+12
*
[asan] Reenable 64-bit allocator on android/aarch64.
Evgeniy Stepanov
2016-09-15
1
-15
/
+36
*
[compiler-rt] Do not introduce __sanitizer namespace globally
Anna Zaks
2016-09-15
1
-0
/
+2
*
[sanitizer] Test the allocator with the ASan win64 memory constants
Reid Kleckner
2016-09-15
1
-2
/
+2
*
[sanitizer] fix an allocator bug where the allocated memory may overlap with ...
Kostya Serebryany
2016-09-09
1
-1
/
+18
*
[sanitizer] extend SizeClassMap to take more template parameters, add VeryCom...
Kostya Serebryany
2016-08-31
1
-10
/
+41
*
[sanitizer] enable random shuffling the memory chunks inside the allocator, u...
Kostya Serebryany
2016-08-26
1
-0
/
+5
*
[sanitizer] change SizeClassAllocator64 to accept just one template parameter...
Kostya Serebryany
2016-08-25
1
-12
/
+46
*
[sanitizer] re-apply r279572 and r279595 reverted in r279643: change the 64-b...
Kostya Serebryany
2016-08-24
1
-5
/
+12
*
Revert r279572 "[sanitizer] change the 64-bit..." because of failures on ubsan
Vitaly Buka
2016-08-24
1
-12
/
+5
*
[sanitizer] change the 64-bit allocator to use a single array for free-d chun...
Kostya Serebryany
2016-08-23
1
-5
/
+12
*
[sanitizer] use 32-bit offset instead of 64-bit pointers in the 64-bit alloca...
Kostya Serebryany
2016-08-09
1
-1
/
+1
*
[sanitizer] allocator: move TransferBatch into SizeClassAllocator64/SizeClass...
Kostya Serebryany
2016-08-06
1
-1
/
+1
*
Disable a few more flaky asan64 tests.
Nico Weber
2016-08-05
1
-0
/
+12
*
Disable a few win asan64 tests that don't reliably pass, https://reviews.llvm...
Nico Weber
2016-08-05
1
-0
/
+12
*
[compiler-rt] Fix memory allocator for dynamic address space
Etienne Bergeron
2016-08-04
1
-1
/
+31
*
[sanitizer] Try to fix LargeMmapAllocator test on Windows
Reid Kleckner
2016-07-26
1
-2
/
+4
*
Try to fix more Windows portability issues in sanitizer tests
Reid Kleckner
2016-07-22
1
-2
/
+6
*
[sanitizer] allocator: remove kPopulateSize and only use SizeClassMap::MaxCac...
Kostya Serebryany
2016-07-21
1
-1
/
+1
*
[compiler-rt] Fix sanitizer memory allocator on win64.
Etienne Bergeron
2016-07-07
1
-0
/
+6
*
[compiler-rt] Fix AllocatorCacheDeallocNewThread unittest
Etienne Bergeron
2016-07-07
1
-0
/
+2
*
[compiler-rt] Re-active unittest previously broken on windows.
Etienne Bergeron
2016-06-30
1
-4
/
+0
*
[sanitizer] [SystemZ] Add virtual space size.
Marcin Koscielnicki
2016-04-14
1
-0
/
+4
[next]