diff --git a/mps/manual/source/glossary.rst b/mps/manual/source/glossary.rst index ecb7a9103a4..81d45e52e4b 100644 --- a/mps/manual/source/glossary.rst +++ b/mps/manual/source/glossary.rst @@ -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 ?? diff --git a/mps/manual/source/pool/index.rst b/mps/manual/source/pool/index.rst index 51510c20c43..df7d78db09b 100644 --- a/mps/manual/source/pool/index.rst +++ b/mps/manual/source/pool/index.rst @@ -7,3 +7,5 @@ Pool reference pool-amc pool-mvff + pool-mvt + pool-snc