summaryrefslogtreecommitdiff
path: root/rust/kernel/allocator.rs
AgeCommit message (Expand)AuthorFilesLines
2023-12-14rust: bindings: rename const binding using sedGary Guo1-1/+1
2023-08-14rust: upgrade to Rust 1.71.1Miguel Ojeda1-49/+2
2023-08-07rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc implBjörn Roy Baron1-0/+27
2023-08-07rust: allocator: Use krealloc_aligned() in KernelAllocator::allocBoqun Feng1-3/+3
2023-08-04rust: allocator: Prevent mis-aligned allocationBoqun Feng1-15/+59
2022-09-28rust: add `kernel` crateWedson Almeida Filho1-0/+64