Searched refs:rssHighWaterMarkInKilobytes (Results 1 – 3 of 3) sorted by relevance
58 snapshot.rssHighWaterMarkInKilobytes = (int) output[1]; in readMemorySnapshotFromProcfs()103 public int rssHighWaterMarkInKilobytes; field in ProcfsMemoryUtil.MemorySnapshot
2464 snapshot.rssHighWaterMarkInKilobytes * 1024L,2465 snapshot.rssHighWaterMarkInKilobytes));2479 snapshot.rssHighWaterMarkInKilobytes * 1024L,2480 snapshot.rssHighWaterMarkInKilobytes));
769 .append(snapshot.rssHighWaterMarkInKilobytes) in buildMemoryHeadersFor()