[compiler-rt] [llvm] [ctxprof] root autodetection mechanism (PR #133147)
Snehasish Kumar via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 1 21:58:56 PDT 2025
================
@@ -418,12 +436,24 @@ void __llvm_ctx_profile_start_collection() {
resetContextNode(*Root->FirstUnhandledCalleeNode);
__sanitizer::atomic_store_relaxed(&Root->TotalEntries, 0);
}
+ if (AutodetectDuration) {
+ auto *RD = new (__sanitizer::InternalAlloc(sizeof(RootAutoDetector)))
----------------
snehasish wrote:
Are we leaking RD here?
https://github.com/llvm/llvm-project/pull/133147
More information about the llvm-commits
mailing list