Home
last modified time | relevance | path

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

/external/crosvm/src/sys/windows/
Dirq_wait.rs45 sys_allocator: Arc<Mutex<SystemAllocator>>, field
/external/crosvm/src/crosvm/sys/
Dlinux.rs1855 let mut sys_allocator = SystemAllocator::new( in run_vm() localVariable
2826 sys_allocator: &'a Arc<Mutex<SystemAllocator>>, field
/external/crosvm/src/sys/
Dwindows.rs2481 let mut sys_allocator = SystemAllocator::new( in run_vm() localVariable