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.rs74 pub struct QemuAllocator { struct
79 pub static GLOBAL: QemuAllocator = QemuAllocator::new(); argument
81 impl QemuAllocator { impl
110 impl Default for QemuAllocator { implementation
119 unsafe impl GlobalAlloc for QemuAllocator { implementation