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ยง
- Alias
Ptr - An untracked shared ownership pointer, pointing to heap memory manually freed.