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

/dalvik/vm/alloc/
H A DHeapSource.cpp133 size_t softLimit; member in struct:HeapSource
186 /* softLimit will be either SIZE_MAX or the limit for the
187 * active mspace. idealSize can be greater than softLimit
189 * heap, a non-SIZE_MAX softLimit should always be the same
192 return hs->softLimit <= hs->idealSize;
202 return hs->softLimit;
556 hs->softLimit = SIZE_MAX; // no soft limit at first
796 if (heap->bytesAllocated + n > hs->softLimit) {
801 LOGV_HEAP("softLimit of %zd.%03zdMB hit for %zd-byte allocation",
802 FRACTIONAL_MB(hs->softLimit),
1114 setSoftLimit(HeapSource *hs, size_t softLimit) argument
[all...]

Completed in 64 milliseconds