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
*
compiler-rt: Rename .cc file in lib/asan to .cpp
Nico Weber
2019-08-01
1
-307
/
+0
*
[sanitizer] Implement reallocarray.
Evgeniy Stepanov
2019-05-01
1
-0
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[sanitizer] Fix mallopt interceptor.
Evgeniy Stepanov
2018-10-25
1
-1
/
+1
*
[ASAN] fix typos and disable long-object-path test for win32
Peter Wu
2018-06-14
1
-2
/
+2
*
[ASAN] fix startup crash in dlsym for long paths since glibc 2.27
Peter Wu
2018-06-14
1
-1
/
+18
*
[asan, myriad] Use local pool for new/delete when ASan run-time is not up
Walter Lee
2018-06-08
1
-4
/
+12
*
[Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalign
Alex Shlyapnikov
2018-06-08
1
-1
/
+1
*
[asan, myriad] Implement aligned local pool allocation
Walter Lee
2018-06-01
1
-1
/
+25
*
[asan, myriad] Configure platform interceptors
Walter Lee
2018-06-01
1
-0
/
+2
*
[asan] Port asan_malloc_linux.cc to RTEMS
Walter Lee
2018-05-07
1
-6
/
+16
*
[Sanitizers] Basic sanitizer Solaris support (PR 33274)
Kamil Rytarowski
2017-12-14
1
-2
/
+2
*
Try to appease compiler and break multiline comment.
Kamil Rytarowski
2017-08-08
1
-2
/
+2
*
Add NetBSD support in asan_malloc_linux.cc
Kamil Rytarowski
2017-08-08
1
-2
/
+4
*
[asan] Restore dead-code-elimination optimization for Fuchsia
Vitaly Buka
2017-08-08
1
-1
/
+1
*
[asan] Return sizeof missed by r309914
Vitaly Buka
2017-08-07
1
-1
/
+1
*
[asan] Allocator support for Fuchsia
Vitaly Buka
2017-08-03
1
-21
/
+29
*
[asan] Fix ASan internal failure in AllocateFromLocalPool
Maxim Ostapenko
2017-06-09
1
-8
/
+14
*
Recommit: Stop intercepting some malloc-related functions on FreeBSD and
Dimitry Andric
2017-01-30
1
-5
/
+13
*
Revert "Stop intercepting some malloc-related functions on FreeBSD and macOS"
Evgeniy Stepanov
2017-01-27
1
-13
/
+5
*
Stop intercepting some malloc-related functions on FreeBSD and macOS
Dimitry Andric
2017-01-27
1
-5
/
+13
*
[asan, msan] Fix reallocation logic when IsInDlsymAllocPool(ptr) is true.
Maxim Ostapenko
2016-09-26
1
-3
/
+5
*
[msan] Prevent initialization failure with newer (2.23+) glibc in use.
Maxim Ostapenko
2016-09-23
1
-1
/
+5
*
[asan] Fix asan initialization failure with newer (2.23+) glibc in use.
Maxim Ostapenko
2016-05-16
1
-18
/
+24
*
[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
[next]