summaryrefslogtreecommitdiff
path: root/lib/asan/asan_allocator.cc
AgeCommit message (Expand)Author
2017-12-14[asan] Use linker initialization for the allocatorKuba Mracek
2017-10-25[Sanitizers] ASan: detect new/delete calls with mismatched alignment.Alex Shlyapnikov
2017-10-23[Sanitizers] New sanitizer API to purge allocator quarantine.Alex Shlyapnikov
2017-08-04[asan] Check for pvalloc overlowKostya Kortchinsky
2017-07-18[Sanitizers] ASan/MSan/LSan allocators set errno on failure.Alex Shlyapnikov
2017-07-14[Sanitizers] ASan and LSan allocator set errno on failure.Alex Shlyapnikov
2017-06-29MergeAlex Shlyapnikov
2017-06-28[Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov
2017-06-20[Sanitizers] Move cached allocator_may_return_null flag to sanitizer_allocatorAlex Shlyapnikov
2017-06-16[Sanitizer] Remove CombinedAllocator::Allocate's 'cleared' parameterAlex Shlyapnikov
2017-06-13[ASan] Move rss_limit_is_exceeded_ flag to ASan.Alex Shlyapnikov
2017-06-05Revert r304285, r304297.Evgeniy Stepanov
2017-05-31[sanitizer] Avoid possible deadlock in child process after forkMaxim Ostapenko
2017-03-30[asan] Implement "scribble" flags, which overwrite free'd memory with 0x55Kuba Mracek
2017-03-29Add allocator_frees_and_returns_null_on_realloc_zero=false flag for compatibi...Filipe Cabecinhas
2017-02-21[compiler-rt][asan] Add support for desallocation of unhandled pointersEtienne Bergeron
2017-01-29General definition for weak functionsMarcos Pividori
2017-01-11Repoison the entire ASan chunk if it is not in active use.Alex Shlyapnikov
2017-01-05Improved ASAN allocator and quarantine stats.Evgeniy Stepanov
2016-12-22Expose thread local quarantine size as ASAN option.Evgeniy Stepanov
2016-12-21Reduce the size of quarantine cache in ASAN_LOW_MEMORY configuration.Evgeniy Stepanov
2016-11-29Return memory to OS right after free (not in the async thread).Evgeniy Stepanov
2016-09-29Don't use internal symbolizer if we are in process of reporting Out-of-Memory.Vitaly Buka
2016-09-13[asan] Re-poison all redzones on activation.Evgeniy Stepanov
2016-09-07[asan] Reify ErrorNewDeleteSizeMismatchFilipe Cabecinhas
2016-08-26[asan] first attempt at releasing free-d memory back to the system using madv...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-14In asan on Windows 64-bit, this is one of the broken thingsEtienne Bergeron
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-04-13[asan] Prefer alloc-dealloc-mismatch to new-delete-type-mismatch.Evgeniy Stepanov
2016-03-24[asan] Intercept all Heap* related imports from ucrtbase.dllReid Kleckner
2016-02-02[asan] Fix internal CHECK failure on double free in recovery mode.Maxim Ostapenko
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-06-26[ASan] Clean up obsolete stats.Alexey Samsonov
2015-06-05[ASan] Bump maximum allowed malloc() size in ASan allocator to 1Tb.Alexey Samsonov
2015-01-07[asan] add flag quarantine_size_mb, deprecate quarantine_sizeKostya Serebryany
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
2013-04-04[asan] nuke the old unused allocator codeKostya Serebryany
2013-03-21[ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov
2013-03-20[ASan] Move malloc stats collection away from AsanThreadRegistry class.Alexey Samsonov
2013-03-20[ASan] Move GetCurrentThread/SetCurrentThread from AsanThreadRegistry class i...Alexey Samsonov
2013-02-05[asan] Fix Win/Mac build.Evgeniy Stepanov
2013-02-05[asan] Fix nonsensical reports of partial right OOB.Evgeniy Stepanov