diff options
author | Danilo Krummrich <dakr@kernel.org> | 2024-07-23 18:58:37 +0200 |
---|---|---|
committer | Danilo Krummrich <dakr@kernel.org> | 2024-08-13 16:05:07 +0200 |
commit | 5fe01f4ab424b366e49cf213e40c0db9ed23c2a1 (patch) | |
tree | 146bb95b7f17287301cc71b5e3f876f8ca65faa6 /fs/namespace.c | |
parent | dc3c7162dce3770ee4159ccf970bf404c1730558 (diff) |
rust: alloc: implement `Vmalloc` allocator
Implement `Allocator` for `Vmalloc`, the kernel's virtually contiguous
allocator, typically used for larger objects, (much) larger than page
size.
All memory allocations made with `Vmalloc` end up in `vrealloc()`.
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Diffstat (limited to 'fs/namespace.c')
0 files changed, 0 insertions, 0 deletions