Searched refs:LayoutError (Results 1 – 3 of 3) sorted by relevance
57 use crate::alloc::{Layout, LayoutError};124 impl From<LayoutError> for TryReserveErrorKind {127 fn from(_: LayoutError) -> Self { in from()
10 alloc::{AllocError, LayoutError},201 impl From<LayoutError> for Error {202 fn from(_: LayoutError) -> Error { in from()
5 use core::alloc::LayoutError;494 new_layout: Result<Layout, LayoutError>, in finish_grow() argument