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] Adding an interface function to print allocator stats
Kostya Kortchinsky
2018-04-25
1
-0
/
+9
*
[sanitizer] Allow for the allocator "names" to be set by the tools
Kostya Kortchinsky
2018-04-13
1
-0
/
+3
*
[scudo] Add Chunk::getSize, rework Chunk::getUsableSize
Kostya Kortchinsky
2018-03-14
1
-19
/
+28
*
[scudo] Make logging more consistent
Kostya Kortchinsky
2018-03-07
1
-61
/
+38
*
[scudo] Introduce Chunk::getHeaderSize
Kostya Kortchinsky
2018-02-27
1
-13
/
+12
*
[scudo] Add default implementations for weak functions
Kostya Kortchinsky
2018-01-30
1
-0
/
+12
*
[scudo] Allow for weak hooks, gated by a define
Kostya Kortchinsky
2018-01-23
1
-2
/
+4
*
[scudo] Fix for the Scudo interface function scope
Kostya Kortchinsky
2018-01-17
1
-2
/
+1
*
[scudo] s/unsigned long/size_t/ for __scudo_set_rss_limit
Kostya Kortchinsky
2018-01-04
1
-3
/
+3
*
[scudo] Refactor ScudoChunk
Kostya Kortchinsky
2017-12-14
1
-119
/
+117
*
[scudo] Adding a public Scudo interface
Kostya Kortchinsky
2017-12-13
1
-0
/
+18
*
[sanitizer] Introduce a vDSO aware timing function
Kostya Kortchinsky
2017-12-13
1
-2
/
+2
*
[scudo] Inline getScudoChunk function.
Kostya Kortchinsky
2017-12-13
1
-1
/
+1
*
[sanitizer] Revert rL320409
Kostya Kortchinsky
2017-12-11
1
-2
/
+2
*
[sanitizer] Introduce a vDSO aware time function, and use it in the allocator...
Kostya Kortchinsky
2017-12-11
1
-2
/
+2
*
[scudo] Minor code generation improvement
Kostya Kortchinsky
2017-12-08
1
-11
/
+8
*
[scudo] Get rid of the thread local PRNG & header salt
Kostya Kortchinsky
2017-12-05
1
-48
/
+54
*
[scudo] Overhaul hardware CRC32 feature detection
Kostya Kortchinsky
2017-11-22
1
-1
/
+1
*
[scudo] Soft and hard RSS limit checks
Kostya Kortchinsky
2017-11-15
1
-0
/
+50
*
[scudo] Simplify initialization and flags
Kostya Kortchinsky
2017-11-14
1
-60
/
+20
*
[scudo] Allow for non-Android Shared TSD platforms, part 1
Kostya Kortchinsky
2017-10-12
1
-6
/
+6
*
[scudo] Scudo thread specific data refactor, part 3
Kostya Kortchinsky
2017-09-26
1
-1
/
+1
*
[scudo] Scudo thread specific data refactor, part 2
Kostya Kortchinsky
2017-09-25
1
-41
/
+12
*
[scudo] Scudo thread specific data refactor, part 1
Kostya Kortchinsky
2017-09-22
1
-36
/
+24
*
[scudo] Fix bad request handling when allocator has not been initialized
Kostya Kortchinsky
2017-09-14
1
-4
/
+9
*
[scudo] Fix improper TSD init after TLS destructors are called
Kostya Kortchinsky
2017-09-11
1
-1
/
+7
*
[scudo] Application & platform compatibility changes
Kostya Kortchinsky
2017-08-16
1
-8
/
+12
*
[scudo] Check for pvalloc overflow
Kostya Kortchinsky
2017-07-25
1
-0
/
+4
*
[scudo] Quarantine overhaul
Kostya Kortchinsky
2017-07-24
1
-38
/
+31
*
[Sanitizers] ASan/MSan/LSan allocators set errno on failure.
Alex Shlyapnikov
2017-07-18
1
-18
/
+13
*
[Sanitizers] Scudo allocator set errno on failure.
Alex Shlyapnikov
2017-07-14
1
-21
/
+29
*
[scudo] Do not grab a cache for secondary allocation & per related changes
Kostya Kortchinsky
2017-07-13
1
-41
/
+59
*
[scudo] PRNG makeover
Kostya Kortchinsky
2017-07-12
1
-8
/
+8
*
Merge
Alex Shlyapnikov
2017-06-29
1
-2
/
+1
*
[scudo] Change aligned alloc functions to be more compliant & perf changes
Kostya Kortchinsky
2017-06-29
1
-26
/
+29
*
[Sanitizers] Move cached allocator_may_return_null flag to sanitizer_allocator
Alex Shlyapnikov
2017-06-20
1
-6
/
+9
*
[scudo] Use our own combined allocator
Kostya Kortchinsky
2017-05-11
1
-38
/
+42
*
[scudo] CRC32 optimizations
Kostya Kortchinsky
2017-05-09
1
-21
/
+27
*
[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
[next]