-- Retrieves the memory map per process
-- platform: posix
-- tags: postmortem
SELECT
*
FROM
process_memory_map;