summaryrefslogtreecommitdiffstats
path: root/rust/kernel/allocator.rs
Commit message (Expand)AuthorAgeFilesLines
* rust: kernel: move `allocator` module under `alloc`Wedson Almeida Filho2024-04-161-88/+0
* rust: kernel: fix multiple typos in documentationValentin Obst2024-02-181-1/+1
* rust: bindings: rename const binding using sedGary Guo2023-12-141-1/+1
* 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