summaryrefslogtreecommitdiff
path: root/lib/asan/asan_allocator.h
Commit message (Expand)AuthorAgeFilesLines
* [Sanitizers] ASan: detect new/delete calls with mismatched alignment.Alex Shlyapnikov2017-10-251-2/+3
* [asan] Allocator support for FuchsiaVitaly Buka2017-08-031-1/+5
* Revert r304285, r304297.Evgeniy Stepanov2017-06-051-2/+0
* [sanitizer] Avoid possible deadlock in child process after forkMaxim Ostapenko2017-05-311-0/+2
* [sanitizer] Change SizeClassAllocator32 to accept just one templateKostya Kortchinsky2017-05-151-4/+11
* Improved ASAN allocator and quarantine stats.Evgeniy Stepanov2017-01-051-16/+17
* Expose thread local quarantine size as ASAN option.Evgeniy Stepanov2016-12-221-0/+1
* Return memory to OS right after free (not in the async thread).Evgeniy Stepanov2016-11-291-0/+1
* [compiler-rt] Set asan win 64-bits to use dynamic address for memory allocatorEtienne Bergeron2016-09-141-0/+4
* Switch to 64-bit allocator on android/aarch64.Evgeniy Stepanov2016-09-131-2/+8
* [sanitizer] enable random shuffling the memory chunks inside the allocator, u...Kostya Serebryany2016-08-261-0/+1
* [sanitizer] change SizeClassAllocator64 to accept just one template parameter...Kostya Serebryany2016-08-251-2/+9
* [asan] minor fix in the asan memory profileKostya Serebryany2016-08-231-0/+1
* Deal with buildbot fallout from r278917: s/AllocType()/GetAllocType()/ (had t...Filipe Cabecinhas2016-08-171-1/+1
* Rename DescribeHeapAddress to DescribeAddressIfHeap and split it into a funct...Filipe Cabecinhas2016-08-171-0/+1
* [asan] add an interface function __sanitizer_print_memory_profile (a basic me...Kostya Serebryany2016-06-021-0/+2
* [asan] Assert in __sanitizer_ptr_{sub,cmp} if one of the pointers was freed.Filipe Cabecinhas2016-04-291-5/+6
* [asan] Intercept all Heap* related imports from ucrtbase.dllReid Kleckner2016-03-241-1/+1
* [asan] Enable ASan for AArch64/42-bit VMAAdhemerval Zanella2015-08-201-0/+5
* [ASan] Clean up obsolete stats.Alexey Samsonov2015-06-261-1/+1
* [asan] add a flag soft_rss_limit_mbKostya Serebryany2015-01-061-0/+1
* [ASan] Change activation strategy.Alexey Samsonov2014-12-191-0/+2
* [ASan] Introduce AllocatorOptions to configure allocator behavior.Alexey Samsonov2014-12-191-2/+13
* [ASan] Re-structure the allocator code. NFC.Alexey Samsonov2014-12-171-2/+2
* Rename asan_allocator2.cc to asan_allocator.ccAlexey Samsonov2014-12-171-1/+1
* [Sanitizer] Introduce Allocator::may_return_null bool flag.Alexey Samsonov2014-12-121-2/+2
* [Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov2014-10-261-11/+11
* [asan] add a feature to detect new-delete-size-mismatch (when used with -Xcla...Kostya Serebryany2014-07-301-0/+2
* [asan] fix the alloctor code to not use opaque data structure, which was larg...Kostya Serebryany2014-04-151-2/+39
* [asan] *experimental* implementation of invalid-pointer-pair detector (finds ...Kostya Serebryany2014-02-271-0/+1
* [asan] Reinitialize allocator quarantine on activation.Evgeniy Stepanov2014-02-031-0/+1
* asan: fix atomic operations on ARMDmitry Vyukov2014-01-221-1/+2
* [ASan] Clarify that AsanThread objects are allocated only via mmap(). No func...Alexey Samsonov2013-11-271-7/+3
* [ASan] Do not rely on malloc context in allocator reports.Alexey Samsonov2013-11-131-1/+1
* [ASan] Don't die with internal ASan error on large buffer overflowsAlexey Samsonov2013-10-141-4/+5
* [ASan] Don't add SANITIZER_INTERFACE_ATTRIBUTE for internal ASan functionsAlexey Samsonov2013-09-171-4/+0
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-131-0/+4
* [asan] move fake stack into a separate .h file; actually disable a failing testKostya Serebryany2013-04-111-84/+0
* [asan] nuke the old unused allocator codeKostya Serebryany2013-04-041-17/+1
* [asan] Switch to allocator2 on Android.Evgeniy Stepanov2013-03-181-5/+1
* [asan] Revert r176255, r176264.Evgeniy Stepanov2013-03-011-1/+1
* [asan] Enable allocator2 on Android.Evgeniy Stepanov2013-02-281-1/+1
* [asan] Fix off-by-one in AddrIsAtRight.Evgeniy Stepanov2013-02-081-1/+1
* [ASan] Switch Windows to allocator v2, also fixing some build errorsTimur Iskhodzhanov2013-02-081-1/+1
* [ASan] Move functions using BitScan/clzl to sanitizer_commonTimur Iskhodzhanov2013-02-081-45/+0
* [ASan] Implement asan_mz_size(), asan_mz_force_lock() and asan_mz_force_unloc...Alexander Potapenko2013-02-071-1/+1
* [asan] Fix nonsensical reports of partial right OOB.Evgeniy Stepanov2013-02-051-7/+4
* [asan] fix a crash in asan stats printing (initialize the allocator in __asan...Kostya Serebryany2013-01-281-0/+2
* [asan] enable asan_allocator2 by default on Linux. Will enable it on other pl...Kostya Serebryany2013-01-151-1/+7
* asan: fix the constant for new allocator cacheDmitry Vyukov2013-01-151-1/+1