OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zAllowedSize
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/alloc/
HeapDebug.c
202
size_t zActualSize,
zAllowedSize
, zNumAllocated, zSizeAllocated;
206
zActualSize =
zAllowedSize
= zNumAllocated = zSizeAllocated = 0;
209
zAllowedSize
+= perHeapAllowedSize[hh];
216
(long long)intToFloat12(
zAllowedSize
) << 24 |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
GcEventContainer.java
43
private long
zAllowedSize
;
248
zAllowedSize
= float12ToInt((int)((data >> 24) & 0xFFFL));
322
return allowedSize -
zAllowedSize
;
330
return
zAllowedSize
;
Completed in 56 milliseconds