1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 16:51:46 -07:00

Correct pool names in property list.

Copied from Perforce
 Change: 180207
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2012-10-31 22:11:45 +00:00
parent 38a47fdecd
commit b0ba4e098d
6 changed files with 12 additions and 6 deletions

View file

@ -45,7 +45,7 @@ AMS properties
via :c:func:`mps_free`.
* Supports allocation via :term:`allocation points`. If an allocation
point is created in an AMC pool, the call to :c:func:`mps_ap_create`
point is created in an AMS pool, the call to :c:func:`mps_ap_create`
takes no additional parameters.
* Supports :term:`allocation frames` but does not use them to improve

View file

@ -55,7 +55,7 @@ AWL properties
via :c:func:`mps_free`.
* Supports allocation via :term:`allocation points`. If an allocation
point is created in an AMC pool, the call to :c:func:`mps_ap_create`
point is created in an AWL pool, the call to :c:func:`mps_ap_create`
takes one additional parameter, a :term:`rank` of type
:c:type:`mps_rank_t`. The rank must be either
:c:func:`mps_rank_exact` (to allocate ordinary objects containing

View file

@ -47,7 +47,7 @@ LO properties
via :c:func:`mps_free`.
* Supports allocation via :term:`allocation points`. If an allocation
point is created in an AMC pool, the call to :c:func:`mps_ap_create`
point is created in a LO pool, the call to :c:func:`mps_ap_create`
takes no additional parameters.
* Supports :term:`allocation frames` but does not use them to improve

View file

@ -49,7 +49,9 @@ MVFF properties
* Supports allocation via :c:func:`mps_alloc`.
* Supports allocation via :term:`allocation points`.
* Supports allocation via :term:`allocation points`. If an allocation
point is created in an MVFF pool, the call to
:c:func:`mps_ap_create` takes no additional parameters.
* Supports deallocation via :c:func:`mps_free`.

View file

@ -60,7 +60,9 @@ MVT properties
* Does not support allocation via :c:func:`mps_alloc`.
* Supports allocation via :term:`allocation points` only.
* Supports allocation via :term:`allocation points` only. If an
allocation point is created in an MVT pool, the call to
:c:func:`mps_ap_create` takes no additional parameters.
* Supports deallocation via :c:func:`mps_free`.

View file

@ -37,7 +37,9 @@ SNC properties
* Does not support allocation via :c:func:`mps_alloc`.
* Supports allocation via :term:`allocation points` only.
* Supports allocation via :term:`allocation points` only. If an
allocation point is created in an SNC pool, the call to
:c:func:`mps_ap_create` takes no additional parameters.
* Does not support deallocation via :c:func:`mps_free`.