Next | Prev | Up | Top | Contents | Index

Mapping Segments of Memory

Your process can create new segments within the address space. Such a "mapped" segment can represent

A mapped segment can be private to one address space, or it can be shared between address spaces. When shared, it can be

Note: Some of the memory-mapping capabilities described in this section are unique to IRIX and nonportable. Some of the capabilities are compatible with System V Release 4 (SVR4). IRIX also supports the POSIX 1003.1b shared memory functions. Compatibility issues with SVR4 and POSIX are noted.


The Segment Mapping Function mmap()
Mapping a File for I/O
Mapping a File for Shared Memory
Mapping a Segment of Zeros
Mapping Physical Memory
Mapping Kernel Virtual Memory
Mapping a VME Device
Choosing a Segment Address

Next | Prev | Up | Top | Contents | Index