|
Barrelfish
|
Collaboration diagram for memobj_fixed:Data Fields | |
| struct memobj | m |
| public memobj interface | |
| size_t | count |
| the number of frames | |
| size_t | chunk_size |
| the size of the frames | |
| struct vregion * | vregion |
| the associated vregion | |
| struct capref * | frames |
| the tracked frames | |
| size_t * | offsets |
| the offset into the tracked frames | |
this memobj can be mapped into a single vregion and backed by a fixed number of equal sized frames
1.8.11