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
/
sanitizer_common
/
sanitizer_allocator.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return memory to OS right after free (not in the async thread).
Evgeniy Stepanov
2016-11-29
1
-1
/
+2
*
tsan: always define SANITIZER_GO
Dmitry Vyukov
2016-10-28
1
-6
/
+6
*
Don't use internal symbolizer if we are in process of reporting Out-of-Memory.
Vitaly Buka
2016-09-29
1
-2
/
+9
*
tsan: fix windows build
Dmitry Vyukov
2016-07-20
1
-0
/
+14
*
[tsan] Switch to InternalAlloc everywhere __libc_malloc is currently used
Kuba Brecka
2016-06-06
1
-15
/
+67
*
[sanitizer_common] Apply modernize-use-nullptr, other minor fixes
Vedant Kumar
2015-09-30
1
-8
/
+9
*
[Sanitizer] Introduce Allocator::may_return_null bool flag.
Alexey Samsonov
2014-12-12
1
-6
/
+3
*
tsan: allow to force use of __libc_malloc in sanitizer_common
Dmitry Vyukov
2014-02-28
1
-1
/
+1
*
Reapply r201910. MSVC gets __func__ defined explicitly, even though it
Joerg Sonnenberger
2014-02-26
1
-1
/
+1
*
Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++...
Reid Kleckner
2014-02-22
1
-1
/
+1
*
Replace __FUNCTION__ with __func__, the latter being standard C99/C++11.
Joerg Sonnenberger
2014-02-21
1
-1
/
+1
*
[sanitizer] make the allocator crash instead of returning 0 on huge size (con...
Kostya Serebryany
2013-09-06
1
-0
/
+11
*
[sanitizer] Use raw check in internal allocator to prevent self-deadlocks. Tr...
Alexey Samsonov
2013-05-29
1
-1
/
+1
*
Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching ...
Alexey Samsonov
2013-05-29
1
-18
/
+76
*
[Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ de...
Alexey Samsonov
2013-04-03
1
-2
/
+2
*
[sanitizer] Replace more platform checks with SANITIZER_ constants.
Evgeniy Stepanov
2013-03-19
1
-1
/
+1
*
[sanitizer] improve the calloc overflow check (spotted by samsonov@)
Kostya Serebryany
2013-01-25
1
-2
/
+3
*
[sanitizer] fix calloc overflow in asan/tsan/msan
Kostya Serebryany
2013-01-25
1
-0
/
+5
*
[tsan] remove unused InternalAllocBlock as part of larger refactoring
Kostya Serebryany
2012-12-03
1
-7
/
+0
*
[asan/tsan] get rid of kPageSize completely in favor of GetPageSizeCached(). ...
Kostya Serebryany
2012-11-24
1
-1
/
+1
*
[asan] There is no __libc_malloc on Android.
Evgeniy Stepanov
2012-09-10
1
-3
/
+3
*
[Sanitizer] align allocation sizes in low level allocator
Alexey Samsonov
2012-08-27
1
-1
/
+2
*
[Sanitizer] move low-level (mmap-based) allocator to sanitizer_common
Alexey Samsonov
2012-08-27
1
-0
/
+25
*
tsan: Go language support
Dmitry Vyukov
2012-07-05
1
-1
/
+6
*
tsan: remove internal allocator, switch to sanitizer_common one.
Dmitry Vyukov
2012-06-25
1
-3
/
+10
*
[Sanitizer] Use __libc_malloc/__libc_free instead of malloc/free inside inter...
Alexey Samsonov
2012-06-09
1
-3
/
+12
*
[Sanitizer] include stdlib.h header to get malloc/free
Alexey Samsonov
2012-06-07
1
-5
/
+3
*
[Sanitizer] Allocator for internal runtime purposes. Currently it calls libcm...
Alexey Samsonov
2012-06-07
1
-0
/
+40