Crate alias_ptr[][src]

Expand description

The alias-ptr crate supplies the AliasPtr type, which allows safely creating multiple pointers to the same heap-allocated memory, and (unsafely) freeing the memory without reference counting overhead.

Structs

An untracked shared ownership pointer, pointing to heap memory manually freed.