Struct comet::large_space::LargeObjectSpace[][src]

pub struct LargeObjectSpace { /* fields omitted */ }
Expand description

This space contains objects which are larger than the size limits of other spaces. Each object gets its own malloc’d region of memory. Large objects are never moved by the garbage collector.

Implementations

Sort allocations before consrvative scan.

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.