Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/
Dmmap_windows.rs74 pub struct MmapRegion<B> { struct
85 unsafe impl<B: Send> Send for MmapRegion<B> {} argument
86 unsafe impl<B: Sync> Sync for MmapRegion<B> {} implementation
88 impl<B: NewBitmap> MmapRegion<B> { implementation
167 impl<B: Bitmap> MmapRegion<B> { impl
193 impl<B: Bitmap> VolatileMemory for MmapRegion<B> { implementation
223 impl<B> Drop for MmapRegion<B> { implementation
253 type MmapRegion = super::MmapRegion<()>; typedef
Dmmap_unix.rs222 pub struct MmapRegion<B = ()> { struct
237 unsafe impl<B: Send> Send for MmapRegion<B> {} argument
239 unsafe impl<B: Sync> Sync for MmapRegion<B> {} implementation
241 impl<B: NewBitmap> MmapRegion<B> { impl
318 impl<B: Bitmap> MmapRegion<B> { implementation
394 impl<B: Bitmap> VolatileMemory for MmapRegion<B> { implementation
423 impl<B> Drop for MmapRegion<B> { implementation
454 type MmapRegion = super::MmapRegion<()>; typedef
Dmmap_xen.rs151 pub struct MmapRegion<B = ()> { struct
165 unsafe impl<B: Send> Send for MmapRegion<B> {} argument
167 unsafe impl<B: Sync> Sync for MmapRegion<B> {} implementation
169 impl<B: NewBitmap> MmapRegion<B> { implementation
277 impl<B: Bitmap> MmapRegion<B> { implementation
358 impl<B: Bitmap> VolatileMemory for MmapRegion<B> { implementation
1064 impl MmapRegion { impl
Dmmap.rs63 MmapRegion(MmapRegionError), enumerator
670 type MmapRegion = super::MmapRegion<()>; typedef