[][src]Module reclaim::leak

A no-op memory reclamation scheme that leaks memory, mainly for exemplary and testing purposes.

Structs

Guard

The [Guard][Reclaim::Guard] type for the Leaking "reclamation".

Leaking

A no-op memory "reclamation" scheme that deliberately leaks all memory.

Type Definitions

Atomic

An Atomic type that uses the no-op Leaking "reclamation" scheme.

Owned

An Owned type that uses the no-op Leaking "reclamation" scheme.

Shared

A Shared type that uses the no-op Leaking "reclamation" scheme.

Unlinked

An Unlinked type that uses the no-op Leaking "reclamation" scheme.

Unprotected

An Unprotected type that uses the no-op Leaking "reclamation" scheme.