Home
last modified time | relevance | path

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

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