summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_allocator_secondary.h
Commit message (Expand)AuthorAgeFilesLines
* Make more allocator methods work correctly with in an out-of-process mode.Dan Liew2019-01-271-12/+17
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Introduce `LocalAddressSpaceView::LoadWritable(...)` and make the `Load(...)`...Dan Liew2018-12-281-5/+5
* Introduce `AddressSpaceView` template parameter to `CombinedAllocator`.Dan Liew2018-12-211-1/+2
* Start adding the supporting code to perform out-of-process allocatorDan Liew2018-11-151-7/+9
* [Sanitizers] Make sanitizer allocator linker-initialize compliant.Alex Shlyapnikov2018-06-131-1/+1
* [sanitizer] Cleanup sorting functionsVitaly Buka2018-05-091-1/+1
* [sanitizer] Allow for the allocator "names" to be set by the toolsKostya Kortchinsky2018-04-131-2/+2
* [Sanitizers] Increase allocated chunk limit for LargeMmapAllocatorAlex Shlyapnikov2018-02-241-9/+59
* [Sanitizers] Make common allocator agnostic to failure handling modes.Alex Shlyapnikov2018-01-171-7/+8
* [Sanitizers] Move cached allocator_may_return_null flag to sanitizer_allocatorAlex Shlyapnikov2017-06-201-26/+9
* [Sanitizers] Secondary allocator respects allocator_may_return_null=1.Alex Shlyapnikov2017-06-161-2/+5
* [lsan] fix a rare lsan false positive: ensure that we don't re-sort the chunk...Kostya Serebryany2016-11-101-12/+19
* Don't use internal symbolizer if we are in process of reporting Out-of-Memory.Vitaly Buka2016-09-291-6/+13
* [sanitizers] split sanitizer_allocator.h into a number of smaller .h files; NFCKostya Serebryany2016-07-201-0/+268