diff options
| author | Danilo Krummrich <[email protected]> | 2024-10-04 15:41:29 +0000 |
|---|---|---|
| committer | Miguel Ojeda <[email protected]> | 2024-10-15 21:10:32 +0000 |
| commit | dd09538fb4093176a818fcecd45114430cc5840f (patch) | |
| tree | e8a4f6f158c8e120b8cea8f71653fe3c40793e04 /scripts/generate_rust_analyzer.py | |
| parent | rust: alloc: implement `contains` for `Flags` (diff) | |
| download | kernel-dd09538fb4093176a818fcecd45114430cc5840f.tar.gz kernel-dd09538fb4093176a818fcecd45114430cc5840f.zip | |
rust: alloc: implement `Cmalloc` in module allocator_test
So far the kernel's `Box` and `Vec` types can't be used by userspace
test cases, since all users of those types (e.g. `CString`) use kernel
allocators for instantiation.
In order to allow userspace test cases to make use of such types as
well, implement the `Cmalloc` allocator within the allocator_test module
and type alias all kernel allocators to `Cmalloc`. The `Cmalloc`
allocator uses libc's `realloc()` function as allocator backend.
Reviewed-by: Benno Lossin <[email protected]>
Reviewed-by: Gary Guo <[email protected]>
Signed-off-by: Danilo Krummrich <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[ Removed the temporary `allow(dead_code)` as discussed in the list and
fixed typo, added backticks. - Miguel ]
Signed-off-by: Miguel Ojeda <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions
