We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我用工具查证堆外内存毛刺,对比两次mm map的结果发现了两块毛刺结束后消失的较大内存块,但是想要用mm walk进一步分析内存里的内容和引用时结果却出现了问题 used和freed的内存都是0,内存块的长度也不太对
The text was updated successfully, but these errors were encountered:
mm walk 被设计来遍历 ptmalloc 的 c++ heap 数据段, 一般位于 load 4. 这个区段有可能不是 ptmalloc 的数据, 所以无法解析遍历.
Sorry, something went wrong.
No branches or pull requests
我用工具查证堆外内存毛刺,对比两次mm map的结果发现了两块毛刺结束后消失的较大内存块,但是想要用mm walk进一步分析内存里的内容和引用时结果却出现了问题
used和freed的内存都是0,内存块的长度也不太对
The text was updated successfully, but these errors were encountered: