summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_allocator_primary32.h
AgeCommit message (Expand)Author
2017-10-25[sanitizer] Random shuffling of chunks for the 32-bit Primary AllocatorKostya Kortchinsky
2017-10-23[Sanitizers] New sanitizer API to purge allocator quarantine.Alex Shlyapnikov
2017-08-28[sanitizer] Re-introduce kUseSeparateSizeClassForBatch for the 32-bit PrimaryKostya Kortchinsky
2017-06-30[sanitizer] Small tweaks and fixes to allocator related functionsKostya Kortchinsky
2017-06-22[Sanitizers] 32 bit allocator respects allocator_may_return_null flagAlex Shlyapnikov
2017-06-14[sanitizer] Reverting D34152Kostya Kortchinsky
2017-06-14[sanitizer] MmapAlignedOrDie changes to reduce fragmentationKostya Kortchinsky
2017-05-25[sanitizer] Revert rL303879 as it breaks WindowsKostya Kortchinsky
2017-05-25[sanitizer] Change the 32-bit Primary AllocateRegion to reduce fragmentationKostya Kortchinsky
2017-05-15[sanitizer] Change SizeClassAllocator32 to accept just one templateKostya Kortchinsky
2016-11-29Return memory to OS right after free (not in the async thread).Evgeniy Stepanov
2016-08-31[sanitizer] remove kBatchClassID that is not used any more; NFCKostya Serebryany
2016-08-26[asan] first attempt at releasing free-d memory back to the system using madv...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] 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-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