summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/memprof/memprof_malloc_linux.cpp
AgeCommit message (Expand)Author
2025-08-20[compiler-rt][memprof] adding free_sized/free_aligned_sized intercept… (#15...David CARLIER
2024-09-12[sanitizer] Remove DTLS_on_libc_memalign (#108120)Vitaly Buka
2024-02-07[MemProf][NFC] Clean up runtime code (#80581)Enna1
2021-11-12[sanitizer] Switch dlsym hack to internal_allocatorVitaly Buka
2021-11-10[NFC][asan][memprov] Remove dlsym hack from posix_memalignVitaly Buka
2021-11-10[NFC][sanitizer] Move GET_MALLOC_STACK_TRACE closer to the useVitaly Buka
2020-10-16[MemProf] Memory profiling runtime supportTeresa Johnson