HomeSort by relevance Sort by last modified time
    Searched refs:externalBytesAllocated (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/alloc/
HeapSource.c 180 size_t externalBytesAllocated;
664 return hs->externalBytesAllocated;
869 if (max > hs->externalBytesAllocated) {
870 max -= hs->externalBytesAllocated;
1129 ret = oldHeapOverhead(hs, false) + hs->externalBytesAllocated;
    [all...]
HeapDebug.c 229 size_t externalLimit, externalBytesAllocated;
254 externalBytesAllocated =
260 (long long)intToFloat12(externalBytesAllocated);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
GcEventContainer.java 49 private long externalBytesAllocated;
261 externalBytesAllocated = float12ToInt((int)(data & 0xFFFL));
338 return externalBytesAllocated;
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 120 milliseconds