ios - didReceiveMemoryWarning : what type of memory?
<p><p>我有一个基本的 cordova 应用程序,其中包含一些围绕 cordova 框架的 objective-c 代码。有时我有 <code>didReceiveMemoryWarning</code> 通知,但我不明白问题是 UIWebView 内的 javascript 还是其他。
文档说:</p>
<blockquote>
<p>Your app never calls this method directly. Instead, this method is called when the system determines that the amount of available memory is low.</p>
</blockquote>
<p>但我的问题是:什么类型的内存?
内存?堆分配?还有别的吗?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>RAM,它是针对 RAM 的,如果您的应用程序在没有意识到的情况下消耗了更多内存,并且没有内存可用于处理更多线程,那么系统会调用此 didreceivememorywarning。</p></p>
<p style="font-size: 20px;">关于ios - didReceiveMemoryWarning : what type of memory?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/43097896/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/43097896/
</a>
</p>
页:
[1]