Xcode Instruments' Allocation tool misses quite a bit

扶醉桌前 提交于 2019-11-30 20:45:57

I think VM space includes things like shared frameworks and mapped memory whereas allocations may not...

I guess resident size is closer to the actual amount of RAM used. Pure VM memory could just be mapped address space, not actual physical RAM consumed.

For example, looking at Safari, I see 1.92 GB virtual memory mapped, but closer to 549 MB resident, which I think makes sense...

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!