mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 10:57:34 +00:00
Reference mps_pool_create_k, not the deprecated function mps_pool_create.
Copied from Perforce Change: 186309 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
d350df4f52
commit
f5719876cc
3 changed files with 3 additions and 3 deletions
|
|
@ -206,7 +206,7 @@ Memory Management Glossary: A
|
|||
alignment of objects allocated in a :term:`pool` may be
|
||||
specified by passing the :c:macro:`MPS_KEY_ALIGN`
|
||||
:term:`keyword argument` when calling
|
||||
:c:func:`mps_pool_create`.
|
||||
:c:func:`mps_pool_create_k`.
|
||||
|
||||
alive
|
||||
|
||||
|
|
|
|||
|
|
@ -123,4 +123,4 @@ Memory Management Glossary: N
|
|||
into the first :term:`generation` in its :term:`generation
|
||||
chain`, but this can be altered by setting the
|
||||
:c:macro:`MPS_KEY_GEN` :term:`keyword argument` when
|
||||
calling :c:func:`mps_pool_create`.
|
||||
calling :c:func:`mps_pool_create_k`.
|
||||
|
|
|
|||
|
|
@ -327,7 +327,7 @@ Memory Management Glossary: P
|
|||
specific :term:`generation` in its :term:`generation
|
||||
chain` by setting the :c:macro:`MPS_KEY_GEN`
|
||||
:term:`keyword argument` when calling
|
||||
:c:func:`mps_pool_create`.
|
||||
:c:func:`mps_pool_create_k`.
|
||||
|
||||
pig in the snake
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue