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

/dalvik/vm/alloc/
H A DHeapSource.cpp120 * size but should never be set below the current footprint of the
209 * Returns the current footprint of all heaps. If includeActive
214 size_t footprint = 0; local
224 footprint += mspace_footprint(hs->heaps[i].msp);
226 return footprint;
835 /* Grow as much as possible, but don't let the real footprint
889 * reflect any footprint modifications that had to happen.
1112 * footprint of the active heap.
1116 /* Compare against the actual footprint, rather than the
1170 * Make the ideal footprint equa
[all...]

Completed in 31 milliseconds