Module allocator

Source
Expand description

Holds definitions for memory allocation and the default std allocator, in case the std feature is enabled.

Structs§

AllocationError
Represents an error that occurs when allocating memory. Most likely due to out of memory.
StdAllocatedMemorystd_alloc
A thin wrapper around *mut u8.
StdAllocatorstd_alloc
Represents the default allocator taken from the standard Rust library.

Traits§

AllocatedMemory
Represents a newly allocated piece of memory.
Allocator
Represents a memory allocator.