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

/dalvik/vm/alloc/
H A DHeapSource.c167 size_t softLimit; member in struct:HeapSource
228 /* softLimit will be either SIZE_MAX or the limit for the
229 * active mspace. idealSize can be greater than softLimit
231 * heap, a non-SIZE_MAX softLimit should always be the same
234 return hs->softLimit <= hs->idealSize;
245 return hs->softLimit;
539 hs->softLimit = SIZE_MAX; // no soft limit at first
822 if (heap->bytesAllocated + n > hs->softLimit) {
827 LOGV_HEAP("softLimit of %zd.%03zdMB hit for %zd-byte allocation\n",
828 FRACTIONAL_MB(hs->softLimit),
1156 setSoftLimit(HeapSource *hs, size_t softLimit) argument
[all...]
H A DHeapDebug.c119 size_t softLimit = dvmHeapSourceGetIdealFootprint(); local
212 (long long)intToFloat12(softLimit) << 48 |

Completed in 56 milliseconds