未验证 提交 e11247c4 编写于 作者: O openharmony_ci 提交者: Gitee

!755 内存泄漏维测修改

Merge pull request !755 from zhengkaijie/master
......@@ -635,10 +635,6 @@ __attribute__((constructor(1))) static void __musl_initialize()
__hook_mode = STEP_HOOK_MODE;
}
}
volatile bool hook_disable = atomic_load_explicit(&__hook_enable_hook_flag, memory_order_acquire);
if (!hook_disable && checkLoadMallocMemTrack) {
init_ohos_malloc_hook();
}
__initialize_malloc();
errno = 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册