|
Barrelfish
|
memory object that maintains a single frame and can be mapped once More...
Functions | |
| errval_t | memobj_create_one_frame_one_map (struct memobj_one_frame_one_map *state, size_t size, memobj_flags_t flags) |
| Initialize a memory object of type one frame. More... | |
memory object that maintains a single frame and can be mapped once
| errval_t memobj_create_one_frame_one_map | ( | struct memobj_one_frame_one_map * | state, |
| size_t | size, | ||
| memobj_flags_t | flags | ||
| ) |
Initialize a memory object of type one frame.
| memobj | The memory object |
| size | Size of the memory region |
| flags | Memory object specific flags |
| frame | The frame to use |
| offset | Offset into the frame |
1.8.11