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