Searched refs:otherPrivatePages (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/preload/
H A DMemoryUsage.java44 final int otherPrivatePages; field in class:MemoryUsage
60 otherPrivatePages = Integer.parseInt(parsed[6]);
74 otherPrivatePages = -1;
88 int otherPrivatePages,
99 this.otherPrivatePages = otherPrivatePages;
114 otherPrivatePages - baseline.otherPrivatePages,
138 return otherSharedPages + otherPrivatePages;
143 nativePrivatePages + otherSharedPages + otherPrivatePages;
83 MemoryUsage(int nativeSharedPages, int javaSharedPages, int otherSharedPages, int nativePrivatePages, int javaPrivatePages, int otherPrivatePages, int allocCount, int allocSize, int freedCount, int freedSize, long nativeHeapSize) argument
[all...]

Completed in 35 milliseconds