Mojo package
memory
The memory package provides several pointer types, as well as utility functions for dealing with memory.
Modules
-
arc
: Reference-counted smart pointers. -
maybe_uninitialized
: -
memory
: Defines functions for memory manipulations. -
owned_pointer
: ImplementsOwnedPointer
, a safe, single-ownership smart pointer. -
pointer
: Implements the Pointer type. -
span
: Implements theSpan
type. -
unsafe
: Provides utility functions for unsafe manipulation of SIMD values. -
unsafe_pointer
: Implement a generic unsafe pointer type.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!