index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
scudo
/
scudo_allocator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[GWP-ASan] [Scudo] Add GWP-ASan backtrace for alloc/free to Scudo.
Mitch Phillips
2019-07-02
1
-1
/
+5
*
[GWP-ASan] Integration with Scudo [5].
Mitch Phillips
2019-06-17
1
-0
/
+47
*
[scudo] Tuning changes based on feedback from current use
Kostya Kortchinsky
2019-01-24
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[scudo] Replace eraseHeader with compareExchangeHeader for Quarantined chunks
Kostya Kortchinsky
2018-08-24
1
-10
/
+5
*
[scudo] Fix race condition in deallocation path when Quarantine is bypassed
Kostya Kortchinsky
2018-08-14
1
-5
/
+7
*
[scudo] Simplify internal names (NFC)
Kostya Kortchinsky
2018-07-20
1
-46
/
+42
*
[scudo] Move noinline functions definitions out of line
Kostya Kortchinsky
2018-06-19
1
-63
/
+67
*
[scudo] Add verbose failures in place of CHECK(0)
Kostya Kortchinsky
2018-06-15
1
-23
/
+42
*
[scudo] Add C++17 aligned new/delete operators support
Kostya Kortchinsky
2018-06-12
1
-18
/
+12
*
[scudo] Improve the scalability of the shared TSD model
Kostya Kortchinsky
2018-06-11
1
-8
/
+13
*
[scudo] Quarantine optimization
Kostya Kortchinsky
2018-05-16
1
-1
/
+2
*
[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
[next]