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

/dalvik/vm/alloc/
H A DHeapSource.cpp121 * size but should never be set below the current footprint of the
230 * Returns the current footprint of all heaps. If includeActive
235 size_t footprint = 0; local
245 footprint += mspace_footprint(hs->heaps[i].msp);
247 return footprint;
316 // Create mspace using our backing storage starting at begin and with a footprint of
354 // Should never be asked for negative footprint (ie before base).
718 /* Ensure heaps are trimmed to minimize footprint pre-fork.
998 /* Grow as much as possible, but don't let the real footprint
1052 * reflect any footprint modification
[all...]

Completed in 26 milliseconds