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
/
scudo
/
scudo_allocator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[scudo] Add Android support
Kostya Kortchinsky
2017-05-05
1
-3
/
+6
*
[scudo] Move thread local variables into their own files
Kostya Kortchinsky
2017-04-27
1
-123
/
+94
*
[scudo] Bypass Quarantine if its size is set to 0
Kostya Kortchinsky
2017-04-21
1
-26
/
+36
*
[scudo] Remove GetActuallyAllocatedSize calls from the fast path
Kostya Kortchinsky
2017-04-20
1
-21
/
+38
*
[scudo] Minor changes and refactoring
Kostya Kortchinsky
2017-04-20
1
-99
/
+104
*
[scudo] 32-bit quarantine sizes adjustments and bug fixes
Kostya Kortchinsky
2017-02-03
1
-6
/
+12
*
[scudo] Replacing std::atomic with Sanitizer's atomics
Kostya Kortchinsky
2017-01-20
1
-9
/
+7
*
[scudo] Refactor of CRC32 and ARM runtime CRC32 detection
Kostya Kortchinsky
2017-01-18
1
-15
/
+20
*
[scudo] Separate hardware CRC32 routines
Kostya Kortchinsky
2017-01-10
1
-30
/
+3
*
[scudo] Use DefaultSizeClassMap for 32-bit
Kostya Kortchinsky
2016-12-15
1
-6
/
+6
*
Corrected D27428: Do not use the alignment-rounded-up size with secondary
Kostya Kortchinsky
2016-12-13
1
-3
/
+12
*
Don't include system header inside namespace
Stephan Bergmann
2016-12-02
1
-16
/
+16
*
[scudo] 32-bit and hardware agnostic support
Kostya Kortchinsky
2016-11-30
1
-95
/
+192
*
Return memory to OS right after free (not in the async thread).
Evgeniy Stepanov
2016-11-29
1
-1
/
+3
*
[scudo] Lay the foundation for 32-bit support
Kostya Kortchinsky
2016-10-26
1
-69
/
+39
*
[scudo] Fix an edge case in the secondary allocator
Kostya Kortchinsky
2016-09-30
1
-3
/
+3
*
Don't use internal symbolizer if we are in process of reporting Out-of-Memory.
Vitaly Buka
2016-09-29
1
-5
/
+5
*
[scudo] Modify Scudo to use its own Secondary Allocator
Kostya Kortchinsky
2016-09-19
1
-2
/
+3
*
[sanitizer] enable random shuffling the memory chunks inside the allocator, u...
Kostya Serebryany
2016-08-26
1
-0
/
+2
*
[sanitizer] change SizeClassAllocator64 to accept just one template parameter...
Kostya Serebryany
2016-08-25
1
-5
/
+9
*
[sanitizer] Implement a __asan_default_options() equivalent for Scudo
Kostya Serebryany
2016-08-02
1
-1
/
+1
*
[sanitizer] Initial implementation of a Hardened Allocator
Kostya Serebryany
2016-06-07
1
-0
/
+635
[prev]