# Functions
New creates a new ProcessManager which is responsible for keeping track of loading and unloading of symbols for processes.
No description provided by the author
# Structs
MapFileIDMapper implements the FileIDMApper using a map (for testing).
Mapping represents an executable memory mapping of a process.
ProcessManager is responsible for managing the events happening throughout the lifespan of a process.
# Interfaces
FileIDMapper is responsible for mapping between 64-bit file IDs to 128-bit file IDs.