Home
last modified time | relevance | path

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

/external/crosvm/resources/src/
Dlib.rs38 ExistingAlloc(Alloc), enumerator
59 ExistingAlloc(tag) => write!(f, "Alloc already exists: {:?}", tag), in fmt()
Daddress_allocator.rs78 return Err(Error::ExistingAlloc(alloc)); in allocate_with_align()
131 return Err(Error::ExistingAlloc(alloc)); in allocate_at()
359 Err(Error::ExistingAlloc(Alloc::Anon(0))) in allocate_fails_exising_alloc()