summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_allocator_primary64.h
AgeCommit message (Expand)Author
2017-12-13[sanitizer] Introduce a vDSO aware timing functionKostya Kortchinsky
2017-12-11[sanitizer] Revert rL320409Kostya Kortchinsky
2017-12-11[sanitizer] Introduce a vDSO aware time function, and use it in the allocator...Kostya Kortchinsky
2017-12-04[sanitizer] 64-bit allocator's PopulateFreeArray partial refactorKostya Kortchinsky
2017-11-07Update sanitizer_allocator to use new API.Kostya Kortchinsky
2017-11-03[Sanitizers] Call NanoTime() conditionally.Alex Shlyapnikov
2017-10-26[Sanitizers] Set default allocator_release_to_os_interval_ms to 5 secondsAlex Shlyapnikov
2017-10-25[sanitizer] Random shuffling of chunks for the 32-bit Primary AllocatorKostya Kortchinsky
2017-10-23[Sanitizers] Add total primary allocator RSS to allocator report.Alex Shlyapnikov
2017-10-23[Sanitizers] New sanitizer API to purge allocator quarantine.Alex Shlyapnikov
2017-10-13[Sanitizers] Add more details to ASan allocator stats report.Alex Shlyapnikov
2017-09-27[Sanitizers] Allocator: new "release memory to OS" implementationAlex Shlyapnikov
2017-06-30[sanitizer] Small tweaks and fixes to allocator related functionsKostya Kortchinsky
2017-06-26[Sanitizers] 64 bit allocator respects allocator_may_return_null flagAlex Shlyapnikov
2017-01-05Improved ASAN allocator and quarantine stats.Evgeniy Stepanov
2016-11-30Release memory to OS only when the requested range covers the entire pageEvgeniy Stepanov
2016-11-29Return memory to OS right after free (not in the async thread).Evgeniy Stepanov
2016-09-09[sanitizer] fix an allocator bug where the allocated memory may overlap with ...Kostya Serebryany
2016-08-29[scudo] use 32 bits of ASLR entropy instead of just 24 when shuffling allocat...Kostya Serebryany
2016-08-26[asan] first attempt at releasing free-d memory back to the system using madv...Kostya Serebryany
2016-08-26[sanitizer] enable random shuffling the memory chunks inside the allocator, u...Kostya Serebryany
2016-08-25[sanitizer] change SizeClassAllocator64 to accept just one template parameter...Kostya 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-24[sanitizer] trying to fix the PPC botsKostya Serebryany
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-04fix whitespaces from https://reviews.llvm.org/D23170Etienne Bergeron
2016-08-04[compiler-rt] Fix memory allocator for dynamic address spaceEtienne Bergeron
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] better allocator stats (with rss)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