summaryrefslogtreecommitdiff
path: root/lib/asan/asan_allocator.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r369472 and r369441Vitaly Buka2019-08-211-59/+22
* [AArch64] Speed-up leak and address sanitizers on AArch64 for 48-bit VMASebastian Pop2019-08-201-22/+59
* compiler-rt: Rename .cc file in lib/asan to .cppNico Weber2019-08-011-1/+1
* [sanitizer][NFC] Set LargeMmapAllocator type from PrimaryAllocatorVitaly Buka2019-05-011-7/+1
* [sanitizer][NFC] Get type of AllocatorCache from CombinedAllocatorVitaly Buka2019-05-011-5/+1
* [sanitizer] Implement reallocarray.Evgeniy Stepanov2019-05-011-0/+2
* [sanitizer] Calculate SizeClassAllocator32::ByteMap type from Params::kSpaceS...Vitaly Buka2019-04-271-12/+1
* AddressSanitizer: 64-bit SPARC/Linux portVitaly Buka2019-03-121-1/+5
* Fix bug in `AsanAllocatorASVT` (ASan) and `AllocatorASVT` (LSan) templated al...Dan Liew2019-01-201-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Introduce `AddressSpaceView` template parameter to `CombinedAllocator`.Dan Liew2018-12-211-4/+14
* Introduce `AddressSpaceView` template parameter to `SizeClassAllocator64`.Dan Liew2018-12-211-1/+5
* Introduce `AddressSpaceView` template parameter to `SizeClassAllocator32`, `F...Dan Liew2018-12-141-4/+11
* [Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalignAlex Shlyapnikov2018-06-081-0/+1
* [asan] Use dynamic allocator space address on Android/AArch64.Evgeniy Stepanov2018-05-221-1/+2
* Change kAllocatorSpace for powerpc64.Martin Liska2018-04-231-1/+1
* [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