summaryrefslogtreecommitdiff
path: root/lib/hwasan/hwasan_allocator.h
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer][NFC] Set LargeMmapAllocator type from PrimaryAllocatorVitaly Buka2019-05-011-2/+1
* [sanitizer][NFC] Get type of AllocatorCache from CombinedAllocatorVitaly Buka2019-05-011-3/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* hwasan: Use system allocator to realloc and free untagged pointers in interce...Peter Collingbourne2019-01-041-0/+6
* [hwasan] Switch to 64 allocator with a dense size class map.Evgeniy Stepanov2019-01-031-11/+5
* Introduce `AddressSpaceView` template parameter to `SizeClassAllocator32`, `F...Dan Liew2018-12-141-1/+2
* [hwasan] optionally right-align heap allocationsKostya Serebryany2018-11-161-1/+2
* [hwasan] when reporting a bug, print some very basic information about the he...Kostya Serebryany2018-10-101-0/+2
* [hwasan] Export memory stats through /proc/$PID/maps.Evgeniy Stepanov2018-09-081-1/+1
* [hwasan] introduce __hwasan_print_memory_usageKostya Serebryany2018-09-061-0/+1
* [hwasan] when verbose_threads==1, print the memory usage per threadKostya Serebryany2018-09-051-0/+2
* [hwasan] simplify the code, NFCKostya Serebryany2018-09-051-7/+1
* [hwasan] move code around to remove an opaque class definition (HwasanThreadL...Kostya Serebryany2018-08-311-4/+46
* [hwasan] simplify the code, NFCKostya Serebryany2018-08-311-1/+0
* [hwasan] use thread-local ring buffers to properly report heap-use-after-freeKostya Serebryany2018-08-301-1/+1
* [hwasan] formatting change, NFCKostya Serebryany2018-08-291-1/+1
* Add a thread-local ring buffer of heap allocationsKostya Serebryany2018-08-291-0/+12
* [hwasan] remove stale data fieldKostya Serebryany2018-08-221-1/+0
* Hardware-assisted AddressSanitizer (compiler-rt)Evgeniy Stepanov2017-12-091-0/+55