近来再次阅读一遍 android 开发官网的 displaying bitmaps efficiently 。
其中有一段,讲到 bitmap 在内存中的分布问题
On Android 2.3.3 (API level 10) and lower, the backing pixel data for a bitmap is stored in native memory. It is separate from the bitmap itself, which is stored in the Dalvik heap.
这里的 backing pixel 和 bitmap 自身对象有啥区别