Home
last modified time | relevance | path

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

/openbmc/qemu/rust/qemu-api/src/
H A Dlib.rs77 pub struct QemuAllocator { struct
82 pub static GLOBAL: QemuAllocator = QemuAllocator::new(); argument
84 impl QemuAllocator { implementation
113 impl Default for QemuAllocator { implementation
122 unsafe impl GlobalAlloc for QemuAllocator { implementation