mirror of
https://github.com/ufrisk/MemProcFS.git
synced 2026-06-04 09:39:25 +08:00
Version 5.8.4
This commit is contained in:
@@ -9,11 +9,11 @@ import java.util.List;
|
||||
*/
|
||||
public class VmmMap_HeapMap implements Serializable
|
||||
{
|
||||
private static final long serialVersionUID = 2532269971476991139L;
|
||||
public List<VmmMap_HeapEntry> heaps;
|
||||
public List<VmmMap_HeapSegmentEntry> segments;
|
||||
|
||||
public String toString() {
|
||||
return "VmmMap_HeapMap";
|
||||
}
|
||||
private static final long serialVersionUID = 2532269971476991139L;
|
||||
public List<VmmMap_HeapEntry> heaps;
|
||||
public List<VmmMap_HeapSegmentEntry> segments;
|
||||
|
||||
public String toString() {
|
||||
return "VmmMap_HeapMap";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user