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
/
asan
/
asan_malloc_linux.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sanitizer] Pass proper values to DTLS_on_libc_memalign.
Alexey Samsonov
2016-01-14
1
-1
/
+1
*
[asan] Correctly release memory allocated during early startup.
Yury Gribov
2015-12-01
1
-2
/
+19
*
[asan] Remove leftover debug printf.
Evgeniy Stepanov
2014-07-17
1
-1
/
+0
*
[asan] Fix malloc interception on Android L Preview.
Evgeniy Stepanov
2014-07-17
1
-39
/
+61
*
[sanitizer] support c11 aligned_alloc, Linux only for now
Kostya Serebryany
2014-07-04
1
-0
/
+5
*
[asan] Add malloc_usable_size to android malloc dispatch.
Evgeniy Stepanov
2014-06-09
1
-8
/
+10
*
[asan] Make ReplaceSystemMalloc optional on Android.
Evgeniy Stepanov
2014-06-06
1
-5
/
+7
*
[asan] use some LIKELY/UNLIKELY
Kostya Serebryany
2014-05-14
1
-1
/
+1
*
A set of trivial changes to support sanitizers on FreeBSD.
Alexey Samsonov
2014-03-04
1
-2
/
+2
*
[asan] experimental intercetor for __tls_get_addr. So far it does nothing int...
Kostya Serebryany
2014-01-29
1
-2
/
+7
*
[ASan] Do not rely on malloc context in allocator reports.
Alexey Samsonov
2013-11-13
1
-2
/
+3
*
[ASan] Kill the remainders of platform defines in favor of SANITIZER_ defines
Alexey Samsonov
2013-04-03
1
-1
/
+1
*
[ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...
Alexey Samsonov
2013-03-21
1
-1
/
+0
*
[sanitizer] Replace more platform checks with SANITIZER_ constants.
Evgeniy Stepanov
2013-03-19
1
-1
/
+3
*
[sanitizer] Move ASan platform macros to sanitizer_common and rename them app...
Evgeniy Stepanov
2013-03-19
1
-1
/
+1
*
[ASan] Split ASan interface header into private and public parts. Add a test ...
Alexey Samsonov
2013-01-31
1
-1
/
+0
*
[asan] asan_allocator2: do not align the requested size to the redzone size (...
Kostya Serebryany
2012-12-26
1
-3
/
+2
*
[asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...
Kostya Serebryany
2012-12-21
1
-3
/
+3
*
[asan] add a flag poison_heap to allow better allocator benchmarking, impleme...
Kostya Serebryany
2012-12-20
1
-0
/
+7
*
[asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...
Kostya Serebryany
2012-12-13
1
-10
/
+10
*
[ASan] fix interception macro for Android build
Alexey Samsonov
2012-09-12
1
-5
/
+5
*
A few tweaks for building ASanRT against Android NDK.
Evgeniy Stepanov
2012-08-27
1
-1
/
+1
*
[ASan] fix names of malloc/free replacements on Android
Alexey Samsonov
2012-08-06
1
-1
/
+7
*
[asan] get rid of '#include <malloc.h>' in the implementation of malloc inter...
Kostya Serebryany
2012-06-25
1
-20
/
+26
*
Lots of trivial changes to remove extraneous semicolons throughout ASan.
Chandler Carruth
2012-06-25
1
-1
/
+1
*
Remove file-type tags for .cc files in ASan run-time library
Alexey Samsonov
2012-06-04
1
-1
/
+1
*
[asan] more renaming
Kostya Serebryany
2012-05-31
1
-1
/
+1
*
[asan] Support for %z to Printf()
Evgeniy Stepanov
2012-03-21
1
-1
/
+1
*
AddressSanitizer: replace all "real_X" calls with "REAL(X)"
Alexey Samsonov
2012-02-08
1
-2
/
+2
*
AddressSanitizer: Replace __attribute__ with macro (for Win compatibility). P...
Alexey Samsonov
2012-02-03
1
-2
/
+2
*
AddressSanitizer: Add macro for definition/declaration of interceptors
Alexey Samsonov
2012-02-02
1
-27
/
+13
*
AddressSanitizer: Enforce default visibility for all libc interceptors
Alexey Samsonov
2012-01-30
1
-2
/
+0
*
AddressSanitizer: add support for malloc_usable_size() function
Alexey Samsonov
2012-01-17
1
-0
/
+6
*
[asan] flatten the asan-rt build slightly
Kostya Serebryany
2011-12-01
1
-0
/
+3
*
AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...
Kostya Serebryany
2011-11-30
1
-0
/
+139