Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/src/sys/windows/
H A Dirq_wait.rs45 sys_allocator: Arc<Mutex<SystemAllocator>>, field
/aosp_15_r20/external/crosvm/src/crosvm/sys/
H A Dlinux.rs1989 let mut sys_allocator = SystemAllocator::new( in run_vm() localVariable
2952 sys_allocator: &'a Arc<Mutex<SystemAllocator>>, field
/aosp_15_r20/external/crosvm/src/sys/
H A Dwindows.rs2520 let mut sys_allocator = SystemAllocator::new( in run_vm() localVariable