Module zerogc::dummy_impl[][src]

Dummy collector implementation for testing

Structs

DummyCollectorId

The id for a dummy gc pointer

DummyContext

A dummy implementation of crate::GcSystem which is useful for testing

DummySystem

A dummy implementation of [::zerogc::GcSystem] which is useful for testing

Functions

gc

Fake a Gc that points to the specified value

leaked

Allocate a (fake) Gc that points to the specified value and leak it.

Type Definitions

Gc

An fake garbage collected pointer that uses the dummy collector system