summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/dfsan/dfsan_interceptors.cpp
AgeCommit message (Expand)Author
2024-09-12[sanitizer] Remove DTLS_on_libc_memalign (#108120)Vitaly Buka
2024-08-10[dfsan] Use namespace qualifier and internalize accidentally exported functio...Fangrui Song
2021-11-12[sanitizer] Switch dlsym hack to internal_allocatorVitaly Buka
2021-10-28[compiler-rt] update detect_write_exec option for apple devices.David CARLIER
2021-07-30[sanitizer] Remove cpplint annotationsVitaly Buka
2021-06-06[dfsan] Use the sanitizer allocator to reduce memory costJianzhou Zhao
2020-10-20Release pages to OS when setting 0 labelJianzhou Zhao
2020-10-06Replace shadow space zero-out by madvise at mmapJianzhou Zhao
2020-10-02Release the shadow memory used by the mmap range at munmapJianzhou Zhao
2020-08-19[DFSan] Handle mmap() calls before interceptors are installed.Matt Morehouse
2019-08-01compiler-rt: Rename .cc file in lib/{dfsan,stats,ubsan_minimal} to .cppNico Weber