mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-16 12:06:41 +08:00

This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
20 lines
470 B
ReStructuredText
20 lines
470 B
ReStructuredText
.. 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`
|