Home
last modified time | relevance | path

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

/external/crosvm/resources/src/
Dlib.rs36 AllocSizeZero, enumerator
57 AllocSizeZero => write!(f, "Allocation cannot have size of 0"), in fmt()
Daddress_allocator.rs81 return Err(Error::AllocSizeZero); in allocate_with_align()
134 return Err(Error::AllocSizeZero); in allocate_at()
175 return Err(Error::AllocSizeZero); in insert_at()