mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-27 01:01:52 -07:00
Fix some missing cross-references.
Copied from Perforce Change: 179796 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
aef8cf00b1
commit
08a10075c5
2 changed files with 31 additions and 1 deletions
|
|
@ -35,6 +35,10 @@ Glossary
|
|||
|
||||
??
|
||||
|
||||
arena
|
||||
|
||||
??
|
||||
|
||||
arena class
|
||||
|
||||
??
|
||||
|
|
@ -91,6 +95,10 @@ Glossary
|
|||
|
||||
??
|
||||
|
||||
finalization
|
||||
|
||||
??
|
||||
|
||||
format method
|
||||
|
||||
??
|
||||
|
|
@ -111,6 +119,10 @@ Glossary
|
|||
|
||||
??
|
||||
|
||||
garbage collector
|
||||
|
||||
??
|
||||
|
||||
live
|
||||
|
||||
??
|
||||
|
|
@ -184,6 +196,10 @@ Glossary
|
|||
A link from one :term:`object` to another, usually in the form
|
||||
of a :term:`pointer`.
|
||||
|
||||
remembered set
|
||||
|
||||
??
|
||||
|
||||
reservoir
|
||||
|
||||
??
|
||||
|
|
@ -193,7 +209,7 @@ Glossary
|
|||
A value returned from an MPS function, represented by the type
|
||||
:c:type:`mps_res_t`. The result code :c:macro:`MPS_RES_OK`
|
||||
indicates success; other values indicate errors. See the topic
|
||||
:ref:`topic-errors`.
|
||||
:ref:`topic-error`.
|
||||
|
||||
root
|
||||
|
||||
|
|
@ -214,6 +230,10 @@ Glossary
|
|||
|
||||
?? See the topic :ref:`topic-scanning`.
|
||||
|
||||
segment
|
||||
|
||||
??
|
||||
|
||||
segregated allocation cache
|
||||
|
||||
??
|
||||
|
|
@ -226,6 +246,10 @@ Glossary
|
|||
|
||||
??
|
||||
|
||||
spare commit limit
|
||||
|
||||
??
|
||||
|
||||
spare committed memory
|
||||
|
||||
??
|
||||
|
|
@ -234,6 +258,10 @@ Glossary
|
|||
|
||||
??
|
||||
|
||||
trace
|
||||
|
||||
??
|
||||
|
||||
unclamped state
|
||||
|
||||
??
|
||||
|
|
|
|||
|
|
@ -7,3 +7,5 @@ Pool reference
|
|||
|
||||
pool-amc
|
||||
pool-mvff
|
||||
pool-mvt
|
||||
pool-snc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue