Module janetrs::allocator

source ·
Expand description

This module provides a allocator that uses the Janet scratch memory API to create objects tracked by the Janet Garbage Collector.

For more in depth information, you can look at the Janet memory model documentation

Structs§

  • Memory allocator that will certainly be cleaned up in the next Janet Garbage Collection cycle.