Home
last modified time | relevance | path

Searched refs:LargeAlignBlob (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/alloc/
H A Dallocator.rs272 struct LargeAlignBlob([u8; TEST_LARGE_ALIGN_SIZE]); in test_alignment() struct
291 let ta = TestAlign::<LargeAlignBlob, Kmalloc>::new()?; in test_alignment()
297 let ta = TestAlign::<LargeAlignBlob, Vmalloc>::new()?; in test_alignment()
303 let ta = TestAlign::<LargeAlignBlob, KVmalloc>::new()?; in test_alignment()