Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开发了一个 AIR 应用程序,其中使用了许多模块,当我在我的应用程序中加载和卸载模块时,每使用 4 到 5 MB 系统内存,然后我注销内存不释放。
请参阅我之前对此的回应——我指出了必须做的各种事情才能有效地管理应用程序的内存/性能。除非引用计数为零,否则不会发布任何内容。
是否可以像 Flash Builder 分析器一样在 Flash 中跟踪对象之间的引用?