博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
void android.graphics.Bitmap.recycle()
阅读量:7260 次
发布时间:2019-06-29

本文共 508 字,大约阅读时间需要 1 分钟。

void android.graphics.Bitmap.recycle()

Free up the memory associated with this bitmap's pixels, and mark the bitmap as "dead", meaning it will throw an exception if getPixels() or setPixels() is called, and will draw nothing. This operation cannot be reversed, so it should only be called if you are sure there are no further uses for the bitmap. This is an advanced call, and normally need not be called, since the normal GC process will free up this memory when there are no more references to this bitmap.

转载地址:http://sqodm.baihongyu.com/

你可能感兴趣的文章
赛先生:烧,烧,烧,每年70万亩
查看>>
精彩批处理代码
查看>>
2.5. 流量控制
查看>>
编写更好的C#代码
查看>>
new & override 不完全PK
查看>>
HDU1018 Big Number
查看>>
PHP中exit,exit(0),exit(1),exit('0'),exit('1'),die,return的区别
查看>>
ETERM航班销售控制指令
查看>>
maven安装jar包到仓库中
查看>>
如何写IT项目解决方案
查看>>
[JavaScript]Javascript的一种模块模式
查看>>
GET请求中的乱码原理解析和解决方案
查看>>
5.2. PHP
查看>>
C#中调用PowerShell代码
查看>>
29.4. Installing Ganglia on Centos
查看>>
第 58 章 Barman for PostgreSQL
查看>>
GDI+绘制的一个Report Designer原型
查看>>
5.13. flock - manage locks from shell scripts
查看>>
插入排序的简单实现
查看>>
dom4j的解析实例
查看>>