mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-12-02 16:07:20 +00:00
修改memtrace中的tag
Signed-off-by: 卢韬 <lutao31@huawei.com>
This commit is contained in:
parent
5bea0161b0
commit
4a47ecfdbd
@ -100,7 +100,7 @@ public:
|
||||
SetObject(value);
|
||||
SetUsing(isUsing);
|
||||
#ifdef HOOK_ENABLE
|
||||
memtrace((void *)next, sizeof(Node), "ArkJs", isUsing);
|
||||
memtrace((void *)next, sizeof(Node), "ArkJsGlobalHandle", isUsing);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user