Roussillon : Memory
This crate provides some structs and trait to manage memory and references for an abstract language.
Traits
AllocatorDereference
Structures
Region: a vector containingValueCells,Heap: a memory structure (generation-arena like) withHeapReferences.Stack: a FIFO memory structure withStackReferences.
License
(c) 2024 Sébastien Geldreich
This work is published under the MIT License.