Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

查内存泄漏功能不起作用! #25

Open
csdjk opened this issue Nov 11, 2020 · 0 comments
Open

查内存泄漏功能不起作用! #25

csdjk opened this issue Nov 11, 2020 · 0 comments

Comments

@csdjk
Copy link

csdjk commented Nov 11, 2020

我在测试测试的时候, 点击 MarkStaticRecord 之后, 创建一个新tabel 插入一些数据,然后 记录二次快照(MarkLuaRecord),最后 点击 DiffRecord 对比快照, 没有任何日志 或 数据打印....(感觉 Table 引用读取有些bug)

框架:ToLua

实例代码如下:
`
arr = {}
for i=1,1000 do
table.insert( arr, GameObject(tostring(i)))
end

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant