[src]

Module boehm::tracing

Precise GC on the heap.

Very slow.

Structs

GcTracing

A pointer that uses type information to inform the GC about what things could possibly be pointers, and what can just be ignored.

Traits

BoehmTraced

Values that the precise-on-heap Boehm collector can understand.

Functions

GC_WORDSZ

The size of the words understood by the GC, in bits.

make_descriptor

Construct a tracing descriptor out of the bitmap, which should be true for each word that is possibly a pointer.