Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

techscript_gc

Interface specification for memory allocation and sweep tracking for the TechScript 2.0 runtime.

Contents

  • GarbageCollector: Trait defining allocation boundaries and collection sweeps.
  • DummyGC: Default v2.0 allocation tracking allocator.