Searched refs:MemoryAllocationError (Results 1 – 2 of 2) sorted by relevance
35 MemoryAllocationError, enumerator55 Self::MemoryAllocationError => write!(f, "Memory allocation failed"), in fmt()
86 buffer.try_reserve_exact(actual_size).map_err(|_| DiceError::MemoryAllocationError)?; in retry_with_measured_buffer()