Define "allocation" #213
Labels
A-memory
Topic: Related to memory accesses
C-terminology
Category: Discussing terminology -- which term to use, how to define it, adding it to the glossary
S-pending-documentation
Status: The issue is "resolved," but this resolution needs documentation
We use the word "allocation" in the abstract machine, e.g., when talking about provenance, or when saying that each stack variable lives on its own "allocation". And we might start using it when talking about the guarantees of
Rc
(see rust-lang/rust#64484). So I think we should define this word in the glossary for now.While it is possible to write Rust programs that have multiple address spaces, I think it would be reasonable to just start by assuming that there is only just one address space.
The text was updated successfully, but these errors were encountered: