summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/memprof/memprof_interceptors.cpp
AgeCommit message (Expand)Author
2024-12-07[sanitizer] Fix few size types in memprof (#119114)Vitaly Buka
2024-12-07[sanitizer] Replace uptr by usize/SIZE_T in interfacesStefan Schulze Frielinghaus
2024-06-25[sanitizer] Rename DEFINE_REAL_PTHREAD_FUNCTIONS (#96527)Vitaly Buka
2024-02-07[MemProf][NFC] Clean up runtime code (#80581)Enna1
2023-05-30[compiler-rt] Refactor memintrinsic interceptorsMarco Elver
2023-05-24[compiler-rt] Simplify ALIAS() attribute macroMarco Elver
2021-12-02tsan: fix false positives in dynamic libs with static tlsDmitry Vyukov
2021-08-24[compiler-rt] change internal internal libc invariantsMichael Jones
2021-03-08[sanitizers] Fix interception of GLibc regexecAlex Richardson
2020-10-16[MemProf] Memory profiling runtime supportTeresa Johnson