Searched refs:ExistingAlloc (Results 1 – 2 of 2) sorted by relevance
38 ExistingAlloc(Alloc), enumerator59 ExistingAlloc(tag) => write!(f, "Alloc already exists: {:?}", tag), in fmt()
78 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()