summaryrefslogtreecommitdiff
path: root/rust/kernel/allocator.rs
AgeCommit message (Expand)Author
2023-12-14rust: bindings: rename const binding using sedGary Guo
2023-08-14rust: upgrade to Rust 1.71.1Miguel Ojeda
2023-08-07rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc implBjörn Roy Baron
2023-08-07rust: allocator: Use krealloc_aligned() in KernelAllocator::allocBoqun Feng
2023-08-04rust: allocator: Prevent mis-aligned allocationBoqun Feng
2022-09-28rust: add `kernel` crateWedson Almeida Filho