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
/
asan
/
asan_allocator.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sanitizers] ASan: detect new/delete calls with mismatched alignment.
Alex Shlyapnikov
2017-10-25
1
-2
/
+3
*
[asan] Allocator support for Fuchsia
Vitaly Buka
2017-08-03
1
-1
/
+5
*
Revert r304285, r304297.
Evgeniy Stepanov
2017-06-05
1
-2
/
+0
*
[sanitizer] Avoid possible deadlock in child process after fork
Maxim Ostapenko
2017-05-31
1
-0
/
+2
*
[sanitizer] Change SizeClassAllocator32 to accept just one template
Kostya Kortchinsky
2017-05-15
1
-4
/
+11
*
Improved ASAN allocator and quarantine stats.
Evgeniy Stepanov
2017-01-05
1
-16
/
+17
*
Expose thread local quarantine size as ASAN option.
Evgeniy Stepanov
2016-12-22
1
-0
/
+1
*
Return memory to OS right after free (not in the async thread).
Evgeniy Stepanov
2016-11-29
1
-0
/
+1
*
[compiler-rt] Set asan win 64-bits to use dynamic address for memory allocator
Etienne Bergeron
2016-09-14
1
-0
/
+4
*
Switch to 64-bit allocator on android/aarch64.
Evgeniy Stepanov
2016-09-13
1
-2
/
+8
*
[sanitizer] enable random shuffling the memory chunks inside the allocator, u...
Kostya Serebryany
2016-08-26
1
-0
/
+1
*
[sanitizer] change SizeClassAllocator64 to accept just one template parameter...
Kostya Serebryany
2016-08-25
1
-2
/
+9
*
[asan] minor fix in the asan memory profile
Kostya Serebryany
2016-08-23
1
-0
/
+1
*
Deal with buildbot fallout from r278917: s/AllocType()/GetAllocType()/ (had t...
Filipe Cabecinhas
2016-08-17
1
-1
/
+1
*
Rename DescribeHeapAddress to DescribeAddressIfHeap and split it into a funct...
Filipe Cabecinhas
2016-08-17
1
-0
/
+1
*
[asan] add an interface function __sanitizer_print_memory_profile (a basic me...
Kostya Serebryany
2016-06-02
1
-0
/
+2
*
[asan] Assert in __sanitizer_ptr_{sub,cmp} if one of the pointers was freed.
Filipe Cabecinhas
2016-04-29
1
-5
/
+6
*
[asan] Intercept all Heap* related imports from ucrtbase.dll
Reid Kleckner
2016-03-24
1
-1
/
+1
*
[asan] Enable ASan for AArch64/42-bit VMA
Adhemerval Zanella
2015-08-20
1
-0
/
+5
*
[ASan] Clean up obsolete stats.
Alexey Samsonov
2015-06-26
1
-1
/
+1
*
[asan] add a flag soft_rss_limit_mb
Kostya Serebryany
2015-01-06
1
-0
/
+1
*
[ASan] Change activation strategy.
Alexey Samsonov
2014-12-19
1
-0
/
+2
*
[ASan] Introduce AllocatorOptions to configure allocator behavior.
Alexey Samsonov
2014-12-19
1
-2
/
+13
*
[ASan] Re-structure the allocator code. NFC.
Alexey Samsonov
2014-12-17
1
-2
/
+2
*
Rename asan_allocator2.cc to asan_allocator.cc
Alexey Samsonov
2014-12-17
1
-1
/
+1
*
[Sanitizer] Introduce Allocator::may_return_null bool flag.
Alexey Samsonov
2014-12-12
1
-2
/
+2
*
[Sanitizer] Make StackTrace a lightweight reference to array of PCs, and
Alexey Samsonov
2014-10-26
1
-11
/
+11
*
[asan] add a feature to detect new-delete-size-mismatch (when used with -Xcla...
Kostya Serebryany
2014-07-30
1
-0
/
+2
*
[asan] fix the alloctor code to not use opaque data structure, which was larg...
Kostya Serebryany
2014-04-15
1
-2
/
+39
*
[asan] *experimental* implementation of invalid-pointer-pair detector (finds ...
Kostya Serebryany
2014-02-27
1
-0
/
+1
*
[asan] Reinitialize allocator quarantine on activation.
Evgeniy Stepanov
2014-02-03
1
-0
/
+1
*
asan: fix atomic operations on ARM
Dmitry Vyukov
2014-01-22
1
-1
/
+2
*
[ASan] Clarify that AsanThread objects are allocated only via mmap(). No func...
Alexey Samsonov
2013-11-27
1
-7
/
+3
*
[ASan] Do not rely on malloc context in allocator reports.
Alexey Samsonov
2013-11-13
1
-1
/
+1
*
[ASan] Don't die with internal ASan error on large buffer overflows
Alexey Samsonov
2013-10-14
1
-4
/
+5
*
[ASan] Don't add SANITIZER_INTERFACE_ATTRIBUTE for internal ASan functions
Alexey Samsonov
2013-09-17
1
-4
/
+0
*
Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...
Timur Iskhodzhanov
2013-08-13
1
-0
/
+4
*
[asan] move fake stack into a separate .h file; actually disable a failing test
Kostya Serebryany
2013-04-11
1
-84
/
+0
*
[asan] nuke the old unused allocator code
Kostya Serebryany
2013-04-04
1
-17
/
+1
*
[asan] Switch to allocator2 on Android.
Evgeniy Stepanov
2013-03-18
1
-5
/
+1
*
[asan] Revert r176255, r176264.
Evgeniy Stepanov
2013-03-01
1
-1
/
+1
*
[asan] Enable allocator2 on Android.
Evgeniy Stepanov
2013-02-28
1
-1
/
+1
*
[asan] Fix off-by-one in AddrIsAtRight.
Evgeniy Stepanov
2013-02-08
1
-1
/
+1
*
[ASan] Switch Windows to allocator v2, also fixing some build errors
Timur Iskhodzhanov
2013-02-08
1
-1
/
+1
*
[ASan] Move functions using BitScan/clzl to sanitizer_common
Timur Iskhodzhanov
2013-02-08
1
-45
/
+0
*
[ASan] Implement asan_mz_size(), asan_mz_force_lock() and asan_mz_force_unloc...
Alexander Potapenko
2013-02-07
1
-1
/
+1
*
[asan] Fix nonsensical reports of partial right OOB.
Evgeniy Stepanov
2013-02-05
1
-7
/
+4
*
[asan] fix a crash in asan stats printing (initialize the allocator in __asan...
Kostya Serebryany
2013-01-28
1
-0
/
+2
*
[asan] enable asan_allocator2 by default on Linux. Will enable it on other pl...
Kostya Serebryany
2013-01-15
1
-1
/
+7
*
asan: fix the constant for new allocator cache
Dmitry Vyukov
2013-01-15
1
-1
/
+1
[next]