Skip to main contentCrate kalloc
Source - AllocError
- Error type for allocation failures.
- Box
- A custom Box type appropriate for fallible allocation.
- DefaultAllocator
- Default allocator that uses the global allocator (userspace) or kernel allocator.
- Allocator
- Trait for allocators used by Box and other collections.
- alloc⚠
- Fallible allocation matching standard alloc interface.
- alloc_zeroed⚠
- Fallible zeroed allocation matching standard alloc interface.
- dealloc⚠
- Fallible deallocation matching standard alloc interface.
- realloc⚠
- Fallible reallocation matching standard alloc interface.