Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dalloc.rs264 pub(crate) fn dangling_from_layout(layout: Layout) -> NonNull<u8> { in dangling_from_layout() function
/linux/rust/kernel/alloc/
H A Dallocator.rs118 crate::alloc::dangling_from_layout(layout) in call()