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_allocator.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ASan] Clean up obsolete stats.
Alexey Samsonov
2015-06-26
1
-3
/
+2
*
[ASan] Bump maximum allowed malloc() size in ASan allocator to 1Tb.
Alexey Samsonov
2015-06-05
1
-2
/
+2
*
[asan] add flag quarantine_size_mb, deprecate quarantine_size
Kostya Serebryany
2015-01-07
1
-2
/
+2
*
[asan] add a flag soft_rss_limit_mb
Kostya Serebryany
2015-01-06
1
-2
/
+12
*
[ASan] Change activation strategy.
Alexey Samsonov
2014-12-19
1
-0
/
+21
*
[ASan] Introduce AllocatorOptions to configure allocator behavior.
Alexey Samsonov
2014-12-19
1
-16
/
+51
*
[ASan] Re-structure the allocator code. NFC.
Alexey Samsonov
2014-12-17
1
-420
/
+470
*
Rename asan_allocator2.cc to asan_allocator.cc
Alexey Samsonov
2014-12-17
1
-0
/
+793
*
[asan] nuke the old unused allocator code
Kostya Serebryany
2013-04-04
1
-812
/
+0
*
[ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...
Alexey Samsonov
2013-03-21
1
-1
/
+0
*
[ASan] Move malloc stats collection away from AsanThreadRegistry class.
Alexey Samsonov
2013-03-20
1
-5
/
+5
*
[ASan] Move GetCurrentThread/SetCurrentThread from AsanThreadRegistry class i...
Alexey Samsonov
2013-03-20
1
-2
/
+2
*
[asan] Fix Win/Mac build.
Evgeniy Stepanov
2013-02-05
1
-1
/
+1
*
[asan] Fix nonsensical reports of partial right OOB.
Evgeniy Stepanov
2013-02-05
1
-2
/
+2
*
[ASan] Split ASan interface header into private and public parts. Add a test ...
Alexey Samsonov
2013-01-31
1
-1
/
+0
*
[asan] fix a crash in asan stats printing (initialize the allocator in __asan...
Kostya Serebryany
2013-01-28
1
-0
/
+2
*
[sanitizer] fix calloc overflow in asan/tsan/msan
Kostya Serebryany
2013-01-25
1
-0
/
+2
*
asan/tsan: move blocking mutex from asan to sanitizer_common
Dmitry Vyukov
2013-01-14
1
-9
/
+9
*
[sanitizer] add statistics to the allocator; fix lint
Kostya Serebryany
2012-12-27
1
-0
/
+3
*
[asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...
Kostya Serebryany
2012-12-21
1
-16
/
+23
*
[asan] implement AsanChunkFifoList via IntrusiveList<AsanChunk>
Kostya Serebryany
2012-12-17
1
-31
/
+4
*
[asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...
Kostya Serebryany
2012-12-13
1
-1
/
+1
*
[asan] more code for asan_allocator2: basic Allocate/Deallocate code
Kostya Serebryany
2012-12-11
1
-5
/
+0
*
[asan] more sceleton code for asan_allocator2
Kostya Serebryany
2012-12-11
1
-27
/
+0
*
[asan] fix the Windows build
Kostya Serebryany
2012-12-11
1
-4
/
+0
*
[asan] move FakeStack into a separate file
Kostya Serebryany
2012-12-10
1
-190
/
+0
*
[asan] introduce asan_allocator2.cc, which will have the replacement for asan...
Kostya Serebryany
2012-12-10
1
-1
/
+3
*
ASan: change the strategy we use for installing malloc/free/symbolization hoo...
Alexey Samsonov
2012-12-07
1
-10
/
+12
*
[asan] get rid of some of the uses of kPageSize. The intent is to get rid of ...
Kostya Serebryany
2012-11-23
1
-8
/
+10
*
[asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. Instea...
Kostya Serebryany
2012-11-21
1
-2
/
+2
*
[ASan] Revert r168040 and r168043 and take a cleaner solution suggested by Ko...
Alexander Potapenko
2012-11-15
1
-4
/
+0
*
[ASan] Poison the leftmost shadow byte with a special value so that we can find
Alexander Potapenko
2012-11-15
1
-0
/
+4
*
[ASan] Move printing descriptions of heap addresses in error report from allo...
Alexey Samsonov
2012-09-18
1
-80
/
+49
*
[ASan] Add print_full_thread_history runtime option (on by default) that prin...
Alexey Samsonov
2012-09-05
1
-5
/
+5
*
Whitespace/lint
Alexey Samsonov
2012-08-30
1
-1
/
+0
*
Relocate the external headers provided by ASan and the common sanitizer
Chandler Carruth
2012-08-29
1
-1
/
+1
*
[asan] even more refactoring to move StackTrace to sanitizer_common
Kostya Serebryany
2012-08-28
1
-3
/
+3
*
[asan] some renaming before we move StackTrace into sanitizer_common
Kostya Serebryany
2012-08-28
1
-19
/
+19
*
[asan] get rid of AsanPrintf in favor of Printf from sanitizer_common
Kostya Serebryany
2012-08-28
1
-9
/
+9
*
[ASan] make ASan malloc/free hooks weak interface functions, overridable by u...
Alexey Samsonov
2012-08-22
1
-28
/
+21
*
Use SANITIZER_INTERFACE_ATTRIBUTE instead of __attribute__((visibility("defau...
Alexander Potapenko
2012-08-15
1
-3
/
+3
*
Make __asan::asan_{malloc,free,memalign} globally visible, so that the dynami...
Alexander Potapenko
2012-08-15
1
-0
/
+3
*
[ASan] Move error reports away from ASan allocator. Add new source file to CM...
Alexey Samsonov
2012-08-09
1
-25
/
+7
*
AllocationSize(ptr) should check that |ptr| actually points to the beginning ...
Alexander Potapenko
2012-08-06
1
-4
/
+5
*
[ASan] minor fixes to silence cmake build warnings
Alexey Samsonov
2012-07-23
1
-3
/
+3
*
[ASan] Use common flags parsing machinery.
Alexey Samsonov
2012-07-09
1
-11
/
+11
*
tsan/asan: unify atomics (move atomics from tsan to sanitizer_common)
Dmitry Vyukov
2012-06-29
1
-7
/
+9
*
[ASan] cleanup: trailing semicolons, trailing colons in enums
Alexey Samsonov
2012-06-28
1
-1
/
+1
*
[asan] slow 16-byte redzones (still experimental)
Kostya Serebryany
2012-06-07
1
-8
/
+6
*
[asan] more compaction: don't use the next field while the chunk is in alloca...
Kostya Serebryany
2012-06-06
1
-7
/
+9
[next]