summaryrefslogtreecommitdiffstats
path: root/rust/kernel/allocator.rs
Commit message (Expand)AuthorAgeFilesLines
* rust: upgrade to Rust 1.71.1Miguel Ojeda2023-08-141-49/+2
* rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc implBjörn Roy Baron2023-08-071-0/+27
* rust: allocator: Use krealloc_aligned() in KernelAllocator::allocBoqun Feng2023-08-071-3/+3
* rust: allocator: Prevent mis-aligned allocationBoqun Feng2023-08-041-15/+59
* rust: add `kernel` crateWedson Almeida Filho2022-09-281-0/+64