# Functions
GetFreeMemory returns the amount of available memory.
GetProcessMemoryPercentage returns the percentage of used memory of a process against total system memory.
GetTotalMemory returns the total amount of memory.
GetUsedMemory returns the amount of used memory.
GetUsedMemoryPercentage returns the amount of used memory as a percentage.