summaryrefslogtreecommitdiff
path: root/compiler-rt/include/sanitizer/allocator_interface.h
AgeCommit message (Expand)Author
2024-07-12[ASan] [HWASan] Add __sanitizer_ignore_free_hook() (#96749)Mitch Phillips
2023-10-31[windows][ASan] Fix build (#70855)nicole mazzuca
2023-10-31[ASan][Windows] Add __cdecl to public sanitizer functions (#69625)nicole mazzuca
2023-05-26[sanitizer] Implement __sanitizer_get_allocated_size_fastJin Xin Ng
2023-04-04Update __sanitizer_get_allocated_begin to return const void*Thurston Dang
2023-04-03Add __sanitizer_get_allocated_begin API and implementationsThurston Dang
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-13[hwasan] Provide __sanitizer_* aliases to allocator functions.Evgeniy Stepanov
2017-12-21[sanitizer] Make function declarations C-compatiblePetr Hosek
2017-10-23[Sanitizers] New sanitizer API to purge allocator quarantine.Alex Shlyapnikov
2016-06-16[sanitizers] introduce yet another API function: __sanitizer_install_malloc_a...Kostya Serebryany
2014-07-07Generalize sanitizer allocator public interface.Alexey Samsonov