Crate arc_slice_pool

source ·

Structs§

  • A reference-counted pointer to a value of type T stored in an ArcPool. Does not support weak references.
  • A smaller representation of a crate::Arc that does not know which crate::ArcPool it came from. Behaves similarly to the raw ptr used in from_raw and into_raw.
  • Stores all the allocations for the Arcs together in chunks of contiguous memory.