diff options
author | Benno Lossin <benno.lossin@proton.me> | 2023-04-08 12:26:33 +0000 |
---|---|---|
committer | Miguel Ojeda <ojeda@kernel.org> | 2023-04-12 18:41:05 +0200 |
commit | 1944caa8e8dcb2d93d99d8364719ad8d07aa163f (patch) | |
tree | ca5de0a106f0e003f15d5e1db048b7d1b00a1af2 /scripts/remove-stale-files | |
parent | 701608bd030a888f654862295a49c5d0f42f864c (diff) |
rust: sync: add functions for initializing `UniqueArc<MaybeUninit<T>>`
Add two functions `init_with` and `pin_init_with` to
`UniqueArc<MaybeUninit<T>>` to initialize the memory of already allocated
`UniqueArc`s. This is useful when you want to allocate memory check some
condition inside of a context where allocation is forbidden and then
conditionally initialize an object.
Signed-off-by: Benno Lossin <benno.lossin@proton.me>
Reviewed-by: Gary Guo <gary@garyguo.net>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Andreas Hindborg <a.hindborg@samsung.com>
Link: https://lore.kernel.org/r/20230408122429.1103522-16-y86-dev@protonmail.com
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'scripts/remove-stale-files')
0 files changed, 0 insertions, 0 deletions