From a4119a9f1ce98f753ac6b9cfa0a5555f7c6a7c5e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 20 Aug 2020 10:00:14 +0200 Subject: c-user: Split up partition manager This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993. --- c-user/partition/introduction.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 c-user/partition/introduction.rst (limited to 'c-user/partition/introduction.rst') diff --git a/c-user/partition/introduction.rst b/c-user/partition/introduction.rst new file mode 100644 index 0000000..dd51d30 --- /dev/null +++ b/c-user/partition/introduction.rst @@ -0,0 +1,19 @@ +.. SPDX-License-Identifier: CC-BY-SA-4.0 + +.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR) + +Introduction +============ + +The partition manager provides facilities to dynamically allocate memory in +fixed-size units. The directives provided by the partition manager are: + +- :ref:`rtems_partition_create` + +- :ref:`rtems_partition_ident` + +- :ref:`rtems_partition_delete` + +- :ref:`rtems_partition_get_buffer` + +- :ref:`rtems_partition_return_buffer` -- cgit v1.2.3