Searched defs:MmapRegion (Results 1 – 4 of 4) sorted by relevance
74 pub struct MmapRegion<B> { struct85 unsafe impl<B: Send> Send for MmapRegion<B> {} argument86 unsafe impl<B: Sync> Sync for MmapRegion<B> {} implementation88 impl<B: NewBitmap> MmapRegion<B> { implementation167 impl<B: Bitmap> MmapRegion<B> { impl193 impl<B: Bitmap> VolatileMemory for MmapRegion<B> { implementation223 impl<B> Drop for MmapRegion<B> { implementation253 type MmapRegion = super::MmapRegion<()>; typedef
222 pub struct MmapRegion<B = ()> { struct237 unsafe impl<B: Send> Send for MmapRegion<B> {} argument239 unsafe impl<B: Sync> Sync for MmapRegion<B> {} implementation241 impl<B: NewBitmap> MmapRegion<B> { impl318 impl<B: Bitmap> MmapRegion<B> { implementation394 impl<B: Bitmap> VolatileMemory for MmapRegion<B> { implementation423 impl<B> Drop for MmapRegion<B> { implementation454 type MmapRegion = super::MmapRegion<()>; typedef
151 pub struct MmapRegion<B = ()> { struct165 unsafe impl<B: Send> Send for MmapRegion<B> {} argument167 unsafe impl<B: Sync> Sync for MmapRegion<B> {} implementation169 impl<B: NewBitmap> MmapRegion<B> { implementation277 impl<B: Bitmap> MmapRegion<B> { implementation358 impl<B: Bitmap> VolatileMemory for MmapRegion<B> { implementation1064 impl MmapRegion { impl
63 MmapRegion(MmapRegionError), enumerator670 type MmapRegion = super::MmapRegion<()>; typedef