Crate alias_ptr

Source
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ยง

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