summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_allocator_local_cache.h
AgeCommit message (Expand)Author
2017-08-28[sanitizer] Re-introduce kUseSeparateSizeClassForBatch for the 32-bit PrimaryKostya Kortchinsky
2017-06-26[Sanitizers] 64 bit allocator respects allocator_may_return_null flagAlex Shlyapnikov
2017-06-22[Sanitizers] 32 bit allocator respects allocator_may_return_null flagAlex Shlyapnikov
2017-04-24[sanitizer] Cache SizeClassForTransferBatch in the 32-bit local cacheKostya Kortchinsky
2017-04-13Cache size per class size in SizeClassAllocatorXLocalCache.Alex Shlyapnikov
2017-04-13Revert "Cache size per class size in SizeClassAllocatorXLocalCache."Diana Picus
2017-04-12Cache size per class size in SizeClassAllocatorXLocalCache.Alex Shlyapnikov
2017-04-12Avoid calling SizeClassMap::MaxCachedHint on hot path, it's not free.Alex Shlyapnikov
2016-08-31[sanitizer] remove kBatchClassID that is not used any more; NFCKostya Serebryany
2016-08-24[sanitizer] re-apply r279572 and r279595 reverted in r279643: change the 64-b...Kostya Serebryany
2016-08-24Revert r279572 "[sanitizer] change the 64-bit..." because of failures on ubsanVitaly Buka
2016-08-23[sanitizer] change the 64-bit allocator to use a single array for free-d chun...Kostya Serebryany
2016-08-23[sanitizer] allocator: split the local cache class into two, one for 32-bit a...Kostya Serebryany
2016-08-09[sanitizer] use 32-bit offset instead of 64-bit pointers in the 64-bit alloca...Kostya Serebryany
2016-08-09[sanitizer] minor refactoring in the allocator, NFCKostya Serebryany
2016-08-06[sanitizer] allocator: move TransferBatch into SizeClassAllocator64/SizeClass...Kostya Serebryany
2016-08-03[sanitizer] remove one redundant loop from the allocatorKostya Serebryany
2016-08-03[sanitizer] refactor TransferBatch to hide the implementation. NFC expected. ...Kostya Serebryany
2016-07-22[sanitizer] revert r276383 while investigating failures on botKostya Serebryany
2016-07-22[sanitizer] refactor TransferBatch to hide the implementation. NFCKostya Serebryany
2016-07-22[sanitizer] allocator: introduce kUseSeparateSizeClassForBatch (false by defa...Kostya Serebryany
2016-07-21[sanitizer] allocator: remove kPopulateSize and only use SizeClassMap::MaxCac...Kostya Serebryany
2016-07-20[sanitizers] split sanitizer_allocator.h into a number of smaller .h files; NFCKostya Serebryany