summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/memorymgmt.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 21:24:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 21:24:38 +0000
commit7479042a5914a6b9223e734b4a14652314661e1a (patch)
treee673fe698aa58bb0e4c6be0bd468ced47207594a /doc/posix_users/memorymgmt.t
parentAdded descriptions. (diff)
downloadrtems-7479042a5914a6b9223e734b4a14652314661e1a.tar.bz2
Generated concept and function index entries.
Diffstat (limited to 'doc/posix_users/memorymgmt.t')
-rw-r--r--doc/posix_users/memorymgmt.t70
1 files changed, 65 insertions, 5 deletions
diff --git a/doc/posix_users/memorymgmt.t b/doc/posix_users/memorymgmt.t
index ee5bbdb9a0..e141cf1f0f 100644
--- a/doc/posix_users/memorymgmt.t
+++ b/doc/posix_users/memorymgmt.t
@@ -1,16 +1,16 @@
@c
-@c COPYRIGHT (c) 1988-1998.
-@c On-Line Applications Research Corporation (OAR).
-@c All rights reserved.
+@c COPYRIGHT (c) 1988-1998.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
@c
-@c $Id$
+@c $Id$
@c
@chapter Memory Management Manager
@section Introduction
-The
+The
memory management manager is ...
The directives provided by the memory management manager are:
@@ -43,9 +43,15 @@ A subsection is dedicated to each of this manager's directives
and describes the calling sequence, related constants, usage,
and status codes.
+@c
+@c
+@c
@page
@subsection mlockall - Lock the Address Space of a Process
+@findex mlockall
+@cindex lock the address space of a process
+
@subheading CALLING SEQUENCE:
@ifset is-C
@@ -70,9 +76,15 @@ The
@subheading NOTES:
+@c
+@c
+@c
@page
@subsection munlockall - Unlock the Address Space of a Process
+@findex munlockall
+@cindex unlock the address space of a process
+
@subheading CALLING SEQUENCE:
@ifset is-C
@@ -97,9 +109,15 @@ The
@subheading NOTES:
+@c
+@c
+@c
@page
@subsection mlock - Lock a Range of the Process Address Space
+@findex mlock
+@cindex lock a range of the process address space
+
@subheading CALLING SEQUENCE:
@ifset is-C
@@ -124,9 +142,15 @@ The
@subheading NOTES:
+@c
+@c
+@c
@page
@subsection munlock - Unlock a Range of the Process Address Space
+@findex munlock
+@cindex unlock a range of the process address space
+
@subheading CALLING SEQUENCE:
@ifset is-C
@@ -151,9 +175,15 @@ The
@subheading NOTES:
+@c
+@c
+@c
@page
@subsection mmap - Map Process Addresses to a Memory Object
+@findex mmap
+@cindex map process addresses to a memory object
+
@subheading CALLING SEQUENCE:
@ifset is-C
@@ -178,9 +208,15 @@ The
@subheading NOTES:
+@c
+@c
+@c
@page
@subsection munmap - Unmap Previously Mapped Addresses
+@findex munmap
+@cindex unmap previously mapped addresses
+
@subheading CALLING SEQUENCE:
@ifset is-C
@@ -205,9 +241,15 @@ The
@subheading NOTES:
+@c
+@c
+@c
@page
@subsection mprotect - Change Memory Protection
+@findex mprotect
+@cindex change memory protection
+
@subheading CALLING SEQUENCE:
@ifset is-C
@@ -232,9 +274,15 @@ The
@subheading NOTES:
+@c
+@c
+@c
@page
@subsection msync - Memory Object Synchronization
+@findex msync
+@cindex memory object synchronization
+
@subheading CALLING SEQUENCE:
@ifset is-C
@@ -259,9 +307,15 @@ The
@subheading NOTES:
+@c
+@c
+@c
@page
@subsection shm_open - Open a Shared Memory Object
+@findex shm_open
+@cindex open a shared memory object
+
@subheading CALLING SEQUENCE:
@ifset is-C
@@ -286,9 +340,15 @@ The
@subheading NOTES:
+@c
+@c
+@c
@page
@subsection shm_unlink - Remove a Shared Memory Object
+@findex shm_unlink
+@cindex remove a shared memory object
+
@subheading CALLING SEQUENCE:
@ifset is-C