summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_allocator_size_class_map.h
Commit message (Expand)AuthorAgeFilesLines
* [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