Searched refs:footprint (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/alloc/
H A DHeapDebug.c158 * [47-36] Actual size (current footprint)
196 * [47-36] Actual size (current footprint)
232 size_t uordblks, footprint; local
246 footprint = dlmalloc_footprint();
248 //LOGD("mallinfo+footprint took %dusec; used=%zd footprint=%zd\n",
249 // (int)((end - start) / 1000), mi.uordblks, footprint);
251 uordblks = footprint = 0;
259 (long long)intToFloat12(footprint) << 36 |
H A DHeapSource.c75 - keep mspace max footprint clamped to actual footprint
78 - success or fail, snap back to actual footprint and give rest to large
80 managed as "small actual" + "large actual" + "delta to allowed total footprint"
191 * Returns the current footprint of all heaps. If includeActive
197 size_t footprint = 0; local
207 footprint += mspace_footprint(hs->heaps[i].msp);
209 return footprint;
690 /* Grow as much as possible, but don't let the real footprint
755 * reflect any footprint modification
[all...]

Completed in 175 milliseconds