Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/collections/
H A Dmod.rs57 use crate::alloc::{Layout, LayoutError};
124 impl From<LayoutError> for TryReserveErrorKind {
127 fn from(_: LayoutError) -> Self { in from()
/openbmc/linux/rust/kernel/
H A Derror.rs10 alloc::{AllocError, LayoutError},
201 impl From<LayoutError> for Error {
202 fn from(_: LayoutError) -> Error { in from()
/openbmc/linux/rust/alloc/
H A Draw_vec.rs5 use core::alloc::LayoutError;
504 new_layout: Result<Layout, LayoutError>, in finish_grow() argument