Home
last modified time | relevance | path

Searched defs:TestAlign (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/alloc/
H A Dallocator.rs274 struct TestAlign<T, A: Allocator>(Box<MaybeUninit<T>, A>); in test_alignment() struct
275 impl<T, A: Allocator> TestAlign<T, A> { in test_alignment() implementation