summaryrefslogtreecommitdiff
path: root/fs/namespace.c
diff options
context:
space:
mode:
authorDanilo Krummrich <dakr@kernel.org>2024-07-23 18:58:37 +0200
committerDanilo Krummrich <dakr@kernel.org>2024-08-13 16:05:07 +0200
commit5fe01f4ab424b366e49cf213e40c0db9ed23c2a1 (patch)
tree146bb95b7f17287301cc71b5e3f876f8ca65faa6 /fs/namespace.c
parentdc3c7162dce3770ee4159ccf970bf404c1730558 (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