summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/memorypool.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/itron3.0/memorypool.t')
-rw-r--r--doc/itron3.0/memorypool.t262
1 files changed, 262 insertions, 0 deletions
diff --git a/doc/itron3.0/memorypool.t b/doc/itron3.0/memorypool.t
new file mode 100644
index 0000000000..7df5fcc976
--- /dev/null
+++ b/doc/itron3.0/memorypool.t
@@ -0,0 +1,262 @@
+@c
+@c This is the chapter from the RTEMS ITRON User's Guide that
+@c documents the services provided by the memory pool
+@c manager.
+@c
+@c $Id$
+@c
+
+@chapter Memory Pool Manager
+
+@section Introduction
+
+The
+memory pool manager is ...
+
+The services provided by the memory pool manager are:
+
+@itemize @bullet
+@item @code{cre_mpl} -
+@item @code{del_mpl} -
+@item @code{get_blk} -
+@item @code{pget_blk} -
+@item @code{tget_blk} -
+@item @code{rel_blk} -
+@item @code{ref_mpl} -
+@end itemize
+
+@section Background
+
+@section Operations
+
+@section Directives
+
+This section details the memory pool manager's services.
+A subsection is dedicated to each of this manager's services
+and describes the calling sequence, related constants, usage,
+and status codes.
+
+
+@c
+@c cre_mpl
+@c
+
+@page
+@subsection cre_mpl -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cre_mpl(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c del_mpl
+@c
+
+@page
+@subsection del_mpl -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int del_mpl(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c get_blk
+@c
+
+@page
+@subsection get_blk -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int get_blk(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c pget_blk
+@c
+
+@page
+@subsection pget_blk -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int pget_blk(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c tget_blk
+@c
+
+@page
+@subsection tget_blk -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int tget_blk(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c rel_blk
+@c
+
+@page
+@subsection rel_blk -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int rel_blk(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c ref_mpl
+@c
+
+@page
+@subsection ref_mpl -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ref_mpl(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+