mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-12-29 09:16:33 +00:00
61c004781d
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> Reviewed-by: Benno Lossin <benno.lossin@proton.me> Reviewed-by: Gary Guo <gary@garyguo.net> Signed-off-by: Danilo Krummrich <dakr@kernel.org> Link: https://lore.kernel.org/r/20241004154149.93856-9-dakr@kernel.org Signed-off-by: Miguel Ojeda <ojeda@kernel.org> |
||
---|---|---|
.. | ||
blk.c | ||
bug.c | ||
build_assert.c | ||
build_bug.c | ||
err.c | ||
helpers.c | ||
kunit.c | ||
mutex.c | ||
page.c | ||
rbtree.c | ||
refcount.c | ||
signal.c | ||
slab.c | ||
spinlock.c | ||
task.c | ||
uaccess.c | ||
vmalloc.c | ||
wait.c | ||
workqueue.c |