简体   繁体   English

如何管理本机堆?

[英]How to manage the native heap?

I'm researching about lazy list, and i have a concern about it 我正在研究懒惰列表,我对此感到担忧

When the native heap is too lager, how can we detect and control it (clearing or reset all count ... ) ?? 当本机堆太大时,我们如何检测和控制它(清除或重置所有计数......)?

Please, help me :(! 请帮我 :(!

您可以使用活动的onLowMemory回调来处理...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Java中管理堆空间 - How to manage Heap Space in Java 如果已添加项的值发生更改,如何管理堆(最小堆) - How to manage Heap (Min heap) if the value of already added item changes V8如何管理其堆? - How does V8 manage its heap? 如何有效管理Android应用程序的内存(堆) - How to effectively manage memory (heap) of Android app Apache Artemis如何管理堆空间(RAM) - How does Apache Artemis manage heap space (RAM) JVM:如何管理JNI创建的堆外内存 - JVM: How to manage off-heap memory created by JNI Java Web Start:如何根据客户端可以管理的内容来改变 jnlp 中的堆内存请求? - Java web start: how to vary heap memory request in jnlp depending on what client can manage? 当Android的GLSurfaceview中的opengl上下文丢失时,如何在本机堆中进行清理? - How to do clean up in native heap when opengl context lost in GLSurfaceview in Android? 在构建本机映像时,如何调试“映像堆中不允许...的实例”? - How do you debug a 'No instances of … are allowed in the image heap' when building a native image? 配置JavaFX本机打包应用程序的堆大小 - Configure heap size for javafx native packaged app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM