Searched defs:MemoryMappingArena (Results 1 – 3 of 3) sorted by relevance
| /external/crosvm/base/src/sys/unix/ |
| D | mmap.rs | 682 pub struct MemoryMappingArena { struct 691 unsafe impl Send for MemoryMappingArena {} argument 692 unsafe impl Sync for MemoryMappingArena {} implementation 694 impl MemoryMappingArena { impl 699 pub fn new(size: usize) -> Result<MemoryMappingArena> { in new() 827 unsafe impl MappedRegion for MemoryMappingArena { implementation 852 impl From<MemoryMapping> for MemoryMappingArena { implementation 864 impl From<CrateMemoryMapping> for MemoryMappingArena { implementation 870 impl Drop for MemoryMappingArena { implementation
|
| /external/crosvm/devices/src/virtio/video/ |
| D | resource.rs | 72 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError>; in get_mapping() 99 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError> { in get_mapping() 143 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError> { in get_mapping() 165 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError> { in get_mapping()
|
| /external/crosvm/base/src/sys/windows/ |
| D | mmap_platform.rs | 306 pub struct MemoryMappingArena(); struct
|