Kostya Serebryany
|
dab61684ef
|
[tsan] remove unused InternalAllocBlock as part of larger refactoring
llvm-svn: 169123
|
2012-12-03 11:57:01 +00:00 |
Kostya Serebryany
|
df198db1aa
|
[asan/tsan] get rid of kPageSize completely in favor of GetPageSizeCached(). This makes the code friendly to more platforms
llvm-svn: 168537
|
2012-11-24 05:03:11 +00:00 |
Evgeniy Stepanov
|
6f66ed1329
|
[asan] There is no __libc_malloc on Android.
llvm-svn: 163498
|
2012-09-10 10:18:49 +00:00 |
Alexey Samsonov
|
d1d1a814b7
|
[Sanitizer] align allocation sizes in low level allocator
llvm-svn: 162676
|
2012-08-27 14:51:36 +00:00 |
Alexey Samsonov
|
dc8d1f1039
|
[Sanitizer] move low-level (mmap-based) allocator to sanitizer_common
llvm-svn: 162663
|
2012-08-27 09:30:58 +00:00 |
Dmitry Vyukov
|
03d32ecd4f
|
tsan: Go language support
llvm-svn: 159754
|
2012-07-05 16:18:28 +00:00 |
Dmitry Vyukov
|
c598de93bd
|
tsan: remove internal allocator, switch to sanitizer_common one.
llvm-svn: 159142
|
2012-06-25 15:09:24 +00:00 |
Alexey Samsonov
|
bb62f555f3
|
[Sanitizer] Use __libc_malloc/__libc_free instead of malloc/free inside internal allocator on Linux (important for TSan)
llvm-svn: 158261
|
2012-06-09 09:21:44 +00:00 |
Alexey Samsonov
|
94e2b7d040
|
[Sanitizer] include stdlib.h header to get malloc/free
llvm-svn: 158144
|
2012-06-07 09:26:13 +00:00 |
Alexey Samsonov
|
3a6ddb86e8
|
[Sanitizer] Allocator for internal runtime purposes. Currently it calls libcmalloc, but we might have to make it more low-level in future
llvm-svn: 158142
|
2012-06-07 08:52:56 +00:00 |