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

!906 优化hook初始化时的函数表

Merge pull request !906 from zhengkaijie/master
......@@ -46,6 +46,7 @@ static struct MallocDispatchType __ohos_malloc_hook_init_dispatch = {
.calloc = MuslFunc(calloc),
.realloc = MuslFunc(realloc),
.prctl = MuslMalloc(prctl),
.malloc_usable_size = MuslMalloc(malloc_usable_size),
.memtrace = default_memtrace,
};
#define MAX_SYM_NAME_SIZE 1000
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册