Next
Previous
Contents
Shared Memory Under Linux
Mike Perry (mikepery@fscked.org)
11/9/99
This document aims to provide an overview of shared memory
under Linux. It coveres both the System V IPC, and BSD mmap().
It is intended for those who have a basic familiarity with
ANSI C. A sample and oversimplified malloc debugger is
provided as an example program.
Next
Previous
Contents