Home
last modified time | relevance | path

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

/openbmc/qemu/rust/qemu-api/src/
H A Dlib.rs79 pub struct QemuAllocator { struct
84 pub static GLOBAL: QemuAllocator = QemuAllocator::new(); argument
86 impl QemuAllocator { implementation
115 impl Default for QemuAllocator { implementation
124 unsafe impl GlobalAlloc for QemuAllocator { implementation