summaryrefslogtreecommitdiff
path: root/rust/kernel/alloc/allocator.rs
AgeCommit message (Expand)AuthorFilesLines
2025-08-28rust: alloc: replace aligned_size() with Kmalloc::aligned_layout()Danilo Krummrich1-12/+18
2025-03-13rust: use custom FFI integer typesGary Guo1-1/+1
2025-03-13kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich1-63/+2
2025-03-13rust: alloc: implement `KVmalloc` allocatorDanilo Krummrich1-0/+36
2025-03-13rust: alloc: implement `Vmalloc` allocatorDanilo Krummrich1-0/+37
2025-03-13rust: alloc: implement `Allocator` for `Kmalloc`Danilo Krummrich1-3/+28
2025-03-13rust: alloc: implement `ReallocFunc`Danilo Krummrich1-0/+70
2025-03-13rust: alloc: rename `KernelAllocator` to `Kmalloc`Danilo Krummrich1-3/+3
2025-03-13rust: alloc: separate `aligned_size` from `krealloc_aligned`Danilo Krummrich1-7/+12
2025-03-13rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda1-0/+2
2024-07-03slab, rust: extend kmalloc() alignment guarantees to remove Rust paddingVlastimil Babka1-13/+6
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda1-2/+0
2024-04-16rust: alloc: introduce the `BoxExt` traitWedson Almeida Filho1-1/+1
2024-04-16rust: alloc: introduce allocation flagsWedson Almeida Filho1-11/+6
2024-04-16rust: kernel: move `allocator` module under `alloc`Wedson Almeida Filho1-0/+88