Home
last modified time | relevance | path

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

/linux/rust/kernel/alloc/
H A Dallocator.rs263 const TEST_LARGE_ALIGN_SIZE: usize = kernel::page::PAGE_SIZE * 4; in test_alignment() constant
272 struct LargeAlignBlob([u8; TEST_LARGE_ALIGN_SIZE]); in test_alignment()