v1.1.1
Ensuring consistency between Windows and Linux memory data.
Details:
Windows
Use "total memory" as sum of working set size and pagefile usage
Using system file psapi.h: sum of PROCESS_MEMORY_COUNTERS::WorkingSetSize and PROCESS_MEMORY_COUNTERS::PagefileUsage
Linux
Use /proc/[pid]/statm size (1)