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
/
sanitizer_common
/
sanitizer_allocator.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[sanitizer] use the right memory order
Kostya Serebryany
2015-01-09
1
-1
/
+1
*
[asan] add a flag soft_rss_limit_mb
Kostya Serebryany
2015-01-06
1
-1
/
+13
*
[ASan] Change activation strategy.
Alexey Samsonov
2014-12-19
1
-1
/
+5
*
[sanitizer] Rename InitIfLinkerInitialized to InitLinkerInitialized.
Sergey Matveev
2014-12-19
1
-8
/
+8
*
[sanitizer] add CombinedAllocator::InitIfLinkerInitialized and use it in lsan...
Kostya Serebryany
2014-12-17
1
-6
/
+24
*
[Sanitizer] Introduce Allocator::may_return_null bool flag.
Alexey Samsonov
2014-12-12
1
-7
/
+34
*
tsan: support mmap(MAP_32BIT)
Dmitry Vyukov
2014-10-24
1
-5
/
+5
*
[sanitizer] Add a bunch of sanity checks.
Evgeniy Stepanov
2014-10-23
1
-1
/
+4
*
Fix apparent thinko in r209744: allocator stats can be zero
Alexey Samsonov
2014-06-30
1
-2
/
+2
*
tsan: do not use 64-bit atomics in allocator code
Dmitry Vyukov
2014-05-28
1
-18
/
+24
*
[sanitizer] revert r200197: the buggy kernel (https://bugzilla.kernel.org/sho...
Kostya Serebryany
2014-01-27
1
-1
/
+1
*
[sanitizer] increase the mmap granularity in sanitizer allocator from 2^16 to...
Kostya Serebryany
2014-01-27
1
-1
/
+1
*
[sanitizer] Implement TwoLevelByteMap and use it for the internal allocator o...
Kostya Serebryany
2013-11-25
1
-1
/
+63
*
[sanitizer] Do not clear memory which comes from secondary allocator.
Sergey Matveev
2013-11-24
1
-2
/
+3
*
[sanitizer] use 16-byte aligned bzero in performance critical place (mostly f...
Kostya Serebryany
2013-11-23
1
-1
/
+1
*
Rename SpinMutex::AssertHeld to CheckLocked, for consistency with BlockingMutex.
Peter Collingbourne
2013-10-25
1
-1
/
+1
*
[asan] Fix a deadlock between asan's allocator and lsan
Kostya Serebryany
2013-10-17
1
-0
/
+1
*
[sanitizer] make the allocator crash instead of returning 0 on huge size (con...
Kostya Serebryany
2013-09-06
1
-2
/
+5
*
tsan: better diagnostics for invalid addresses passed to free()
Dmitry Vyukov
2013-08-08
1
-1
/
+4
*
Lint fixes
Alexey Samsonov
2013-08-05
1
-1
/
+3
*
[msan] Allocator statistics interface and malloc hooks.
Evgeniy Stepanov
2013-08-02
1
-5
/
+5
*
Revert to C-style callbacks for iteration over allocator chunks.
Sergey Matveev
2013-06-24
1
-33
/
+28
*
[lsan] Implement __lsan_ignore_object().
Sergey Matveev
2013-06-06
1
-9
/
+9
*
[lsan] Use the fast version of GetBlockBegin for leak checking in LSan and ASan.
Sergey Matveev
2013-05-31
1
-4
/
+11
*
[sanitizer] introduce LargeMmapAllocator::GetBlockBeginFastSingleThreaded, re...
Kostya Serebryany
2013-05-30
1
-2
/
+49
*
Fix MSVC W3 compiler warnings
Timur Iskhodzhanov
2013-05-29
1
-1
/
+1
*
[sanitizer] factor out ByteMap from SizeClassAllocator32 so that it can be la...
Kostya Serebryany
2013-05-20
1
-18
/
+39
*
[sanitizer] fix gcc build
Kostya Serebryany
2013-05-16
1
-1
/
+1
*
[sanitizer] Fix the region overflow condition in SanitizerAllocator64::Popula...
Sergey Matveev
2013-05-16
1
-1
/
+1
*
[sanitizer] fix a gcc warning
Kostya Serebryany
2013-05-16
1
-1
/
+1
*
[sanitizer] fix the GetBlockBegin overflow bug while preserving the performan...
Kostya Serebryany
2013-05-16
1
-4
/
+5
*
[sanitizer] Fix boundary condition in LargeMmapAllocator::GetBlockBegin. Patc...
Kostya Serebryany
2013-04-08
1
-1
/
+1
*
asan/tsan: reduce per-thread memory allocator caches
Dmitry Vyukov
2013-03-20
1
-1
/
+1
*
[asan] Add ForEachChunk() to sanitizer allocators. Patch by Sergey Matveev
Kostya Serebryany
2013-03-15
1
-0
/
+55
*
[asan] remove one redundant malloc stress test, unify the usage of ASAN_LOW_M...
Kostya Serebryany
2013-03-14
1
-1
/
+1
*
[sanitizer] use fewer size classes in the allocator to reduce the memory foot...
Kostya Serebryany
2013-03-12
1
-25
/
+27
*
[sanitizer] simplify the allocator's SizeClassMap: do not require an extra te...
Kostya Serebryany
2013-03-12
1
-20
/
+15
*
[sanitizer] make SizeClassAllocator64::GetBlockBegin more bullet proof (by Se...
Kostya Serebryany
2013-03-11
1
-0
/
+2
*
[sanitizers] Fix check failure on dealloc from new thread
Reid Kleckner
2013-03-06
1
-2
/
+13
*
[sanitizer] Fix check failure in SizeClassMap::Print.
Evgeniy Stepanov
2013-03-01
1
-1
/
+1
*
[asan] a bit stricter lint for CHECK vs CHECK_XX (these CHECK_XX really help ...
Kostya Serebryany
2013-02-26
1
-0
/
+1
*
[ASan] Switch Windows to allocator v2, also fixing some build errors
Timur Iskhodzhanov
2013-02-08
1
-3
/
+3
*
[sanitizer] always allocate 16-byte aligned chunks of memory
Kostya Serebryany
2013-02-07
1
-23
/
+38
*
[sanitizer_common] Fix lint warnings.
Alexander Potapenko
2013-02-07
1
-4
/
+4
*
[ASan] Fix a compilation warning.
Alexander Potapenko
2013-02-07
1
-1
/
+1
*
[ASan] Implement asan_mz_size(), asan_mz_force_lock() and asan_mz_force_unloc...
Alexander Potapenko
2013-02-07
1
-0
/
+50
*
asan/tsan: fix compilation errors/bugs on Windows where long is 32-bit even i...
Dmitry Vyukov
2013-02-04
1
-1
/
+1
*
Use the correct order of NOINLINE vs ret type to fix Windows build
Timur Iskhodzhanov
2013-01-28
1
-7
/
+7
*
[sanitizer] fix calloc overflow in asan/tsan/msan
Kostya Serebryany
2013-01-25
1
-0
/
+3
*
tsan: implement malloc stats querying
Dmitry Vyukov
2013-01-24
1
-20
/
+135
[next]