[][src]Module zerogc_context::collector

The interface to a collector

Structs

CollectorId

Uniquely identifies the collector in case there are multiple collectors.

CollectorRef

A reference to the collector.

WeakCollectorRef

Traits

CollectorPtr

An unchecked pointer to a collector

RawCollectorImpl

A specific implementation of a collector

RawSimpleAlloc
SingletonCollector

A collector implemented as a singleton

SyncCollector

A thread safe collector