summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_allocator_size_class_map.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [hwasan] Switch to 64 allocator with a dense size class map.Evgeniy Stepanov2019-01-031-0/+3
* [sanitizer] Introduce a new SizeClassMap with minimal amount of cached entriesKostya Kortchinsky2018-09-271-0/+5
* [sanitizer] Size class map & local cache improvementsKostya Kortchinsky2018-02-121-15/+16
* [sanitizer] Revert rL324263Kostya Kortchinsky2018-02-051-3/+2
* [sanitizer] SizeClassMap minor improvement/correctness changesKostya Kortchinsky2018-02-051-2/+3
* [sanitizer] Re-introduce kUseSeparateSizeClassForBatch for the 32-bit PrimaryKostya Kortchinsky2017-08-281-7/+23
* [sanitizer] extend SizeClassMap to take more template parameters, add VeryCom...Kostya Serebryany2016-08-311-10/+51
* [sanitizer] remove kBatchClassID that is not used any more; NFCKostya Serebryany2016-08-311-16/+2
* [sanitizer] allocator: split the local cache class into two, one for 32-bit a...Kostya Serebryany2016-08-231-1/+0
* [sanitizer] use 32-bit offset instead of 64-bit pointers in the 64-bit alloca...Kostya Serebryany2016-08-091-11/+14
* [sanitizer] allocator: move TransferBatch into SizeClassAllocator64/SizeClass...Kostya Serebryany2016-08-061-55/+8
* [sanitizer] refactor TransferBatch to hide the implementation. NFC expected. ...Kostya Serebryany2016-08-031-3/+26
* [sanitizer] revert r276383 while investigating failures on botKostya Serebryany2016-07-221-18/+3
* [sanitizer] refactor TransferBatch to hide the implementation. NFCKostya Serebryany2016-07-221-3/+18
* [sanitizer] allocator: introduce kUseSeparateSizeClassForBatch (false by defa...Kostya Serebryany2016-07-221-6/+29
* [sanitizer] allocator: remove kPopulateSize and only use SizeClassMap::MaxCac...Kostya Serebryany2016-07-211-2/+5
* [sanitizers] split sanitizer_allocator.h into a number of smaller .h files; NFCKostya Serebryany2016-07-201-0/+186