[compiler-rt] [compiler-rt][asan] _aligned_malloc/_aligned_free interception. (PR #82049)
David CARLIER via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 13 14:44:41 PST 2024
devnexen wrote:
> Note that I can no longer speak for the asan team at Microsoft, I've moved to a different team. Still, I'm across the hall from them and I'll review things if I have time.
>
> _aligned_free. Verify behavior is similar between real aligned_free and intercepted w.r.t. stuff allocated with normal malloc the _dbg variants (these are implemented in terms of the non-debug versions, I think).
Not sure about this ; `_aligned_free` like `__asan_free` just uses free internally.
https://github.com/llvm/llvm-project/pull/82049
More information about the llvm-commits
mailing list