OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:softLimit
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/alloc/
HeapSource.cpp
132
size_t
softLimit
;
135
* setting the
softLimit
. Never allows less bytes than this to be free
141
* setting the
softLimit
. Never allows more bytes than this to be free
197
/*
softLimit
will be either SIZE_MAX or the limit for the
198
* active mspace. idealSize can be greater than
softLimit
200
* heap, a non-SIZE_MAX
softLimit
should always be the same
203
return hs->
softLimit
<= hs->idealSize;
213
return hs->
softLimit
;
604
hs->
softLimit
= SIZE_MAX; // no soft limit at first
877
if (heap->bytesAllocated + n > hs->
softLimit
) {
[
all
...]
/prebuilts/devtools/tools/lib/
ddmlib.jar
/prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar
Completed in 2673 milliseconds