summaryrefslogtreecommitdiffstats
path: root/rust/kernel/allocator.rs
AgeCommit message (Expand)AuthorLines
2023-08-14rust: upgrade to Rust 1.71.1Miguel Ojeda-49/+2
2023-08-07rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc implBjörn Roy Baron-0/+27
2023-08-07rust: allocator: Use krealloc_aligned() in KernelAllocator::allocBoqun Feng-3/+3
2023-08-04rust: allocator: Prevent mis-aligned allocationBoqun Feng-15/+59
2022-09-28rust: add `kernel` crateWedson Almeida Filho-0/+64