mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 06:58:19 +00:00
22 lines
626 B
Perl
22 lines
626 B
Perl
@c
|
|
@c COPYRIGHT (c) 1988-1998.
|
|
@c On-Line Applications Research Corporation (OAR).
|
|
@c All rights reserved.
|
|
@c
|
|
@c $Id$
|
|
@c
|
|
|
|
@chapter Memory Management
|
|
@section Memory Locking Functions
|
|
@subsection Lock/Unlock the Address Space of a Process
|
|
@subsection Lock/Unlock a Rand of Process Address Space
|
|
@section Memory Mapping Functions
|
|
@subsection Map Process Addresses to a Memory Object
|
|
@subsection Unmap Previously Mapped Addresses
|
|
@subsection Change Memory Protection
|
|
@subsection Memory Object Synchronization
|
|
@section Shared Memory Functions
|
|
@subsection Open a Shared Memory Object
|
|
@subsection Remove a Shared Memory Object
|
|
|