RTEMS
5.0.0
|
#include <mmanimpl.h>
Data Fields | |
rtems_chain_node | node |
void * | addr |
size_t | len |
int | flags |
POSIX_Shm_Control * | shm |
Every mmap'ed region has a mapping.
void* mmap_mappings_s::addr |
The address of the mapped memory
int mmap_mappings_s::flags |
The mapping flags
size_t mmap_mappings_s::len |
The length of memory mapped
rtems_chain_node mmap_mappings_s::node |
The mapping chain's node
POSIX_Shm_Control* mmap_mappings_s::shm |
The shared memory object or NULL