Expand description
Holds definitions for memory allocation and
the default std allocator, in case the std
feature is enabled.
Structs§
- Allocation
Error - Represents an error that occurs when allocating memory. Most likely due to out of memory.
- StdAllocated
Memory std_alloc
- A thin wrapper around
*mut u8
. - StdAllocator
std_alloc
- Represents the default allocator taken from the standard Rust library.
Traits§
- Allocated
Memory - Represents a newly allocated piece of memory.
- Allocator
- Represents a memory allocator.