Home
last modified time | relevance | path

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

/packages/modules/Virtualization/libs/dice/open_dice/src/
Derror.rs35 MemoryAllocationError, enumerator
55 Self::MemoryAllocationError => write!(f, "Memory allocation failed"), in fmt()
Dretry.rs86 buffer.try_reserve_exact(actual_size).map_err(|_| DiceError::MemoryAllocationError)?; in retry_with_measured_buffer()