OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:softLimit
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/alloc/
HeapSource.cpp
134
size_t
softLimit
;
137
* setting the
softLimit
. Never allows less bytes than this to be free
143
* setting the
softLimit
. Never allows more bytes than this to be free
207
/*
softLimit
will be either SIZE_MAX or the limit for the
208
* active mspace. idealSize can be greater than
softLimit
210
* heap, a non-SIZE_MAX
softLimit
should always be the same
213
return hs->
softLimit
<= hs->idealSize;
223
return hs->
softLimit
;
647
hs->
softLimit
= SIZE_MAX; // no soft limit at first
924
if (heap->bytesAllocated + n > hs->
softLimit
) {
[
all
...]
/prebuilts/devtools/tools/lib/
ddmlib.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar
/prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar
Completed in 180 milliseconds