# Functions
GetEntries reads and parses all the cgroup entries for a given process.
GetMemoryLimit - Fetches cgroup memory limit either from a file path at '/sys/fs/cgroup/memory', if path fails then fallback to querying cgroup manager.
# Type aliases
CGEntries - represents all the entries in a process cgroup file at /proc/<pid>/cgroup as key value pairs.