glossary: intro feels like not adding much (#699)
This commit is contained in:
parent
dcf75a8e60
commit
c740ef0a26
|
|
@ -1,9 +1,5 @@
|
||||||
# Appendix C: Glossary
|
# Appendix C: Glossary
|
||||||
|
|
||||||
The compiler uses a number of...idiosyncratic abbreviations and things. This
|
|
||||||
glossary attempts to list them and give you a few pointers for understanding
|
|
||||||
them better.
|
|
||||||
|
|
||||||
Term | Meaning
|
Term | Meaning
|
||||||
-----------------------------------------|--------
|
-----------------------------------------|--------
|
||||||
arena/arena allocation <div id="arena"/> | An _arena_ is a large memory buffer from which other memory allocations are made. This style of allocation is called _arena allocation_. See [this chapter](../memory.md) for more info.
|
arena/arena allocation <div id="arena"/> | An _arena_ is a large memory buffer from which other memory allocations are made. This style of allocation is called _arena allocation_. See [this chapter](../memory.md) for more info.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue