summaryrefslogtreecommitdiffstats
path: root/c-user/partition/introduction.rst
blob: dd51d3072a4a98c662d687fd432b12917ec7fd1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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`