Searched refs:memoryInfo (Results 1 – 3 of 3) sorted by relevance
62 Debug.MemoryInfo memoryInfo = new Debug.MemoryInfo(); in main() local63 Debug.getMemoryInfo(memoryInfo); in main()64 response.append(',').append(memoryInfo.nativeSharedDirty); in main()65 response.append(',').append(memoryInfo.dalvikSharedDirty); in main()66 response.append(',').append(memoryInfo.otherSharedDirty); in main()67 response.append(',').append(memoryInfo.nativePrivateDirty); in main()68 response.append(',').append(memoryInfo.dalvikPrivateDirty); in main()69 response.append(',').append(memoryInfo.otherPrivateDirty); in main()
159 Debug.MemoryInfo memoryInfo = new Debug.MemoryInfo(); in testMemoryAllocation() local160 Debug.getMemoryInfo(memoryInfo); in testMemoryAllocation()161 final long memoryBefore = memoryInfo.getTotalPss(); // Get memory usage in KB in testMemoryAllocation()167 Debug.getMemoryInfo(memoryInfo); in testMemoryAllocation()168 final long memoryAfter = memoryInfo.getTotalPss(); in testMemoryAllocation()
1662 public static native void getMemoryInfo(MemoryInfo memoryInfo); in getMemoryInfo() argument1669 public static native void getMemoryInfo(int pid, MemoryInfo memoryInfo); in getMemoryInfo() argument