Data Fields
shm_mapping Struct Reference

Data Fields

uint8_t * start
 
offset_t map_length
 

Detailed Description

For mapping.

Definition at line 401 of file arena.h.

Field Documentation

offset_t shm_mapping::map_length

The length of each mapping in CHUNKS. This is needed here in case the shared memory gets smaller and the local object needs this to call munmap().

Definition at line 410 of file arena.h.

Referenced by shm_arena_create(), and shm_arena_delete().

uint8_t* shm_mapping::start

the start of the each mapping. realloc() is used to add to this array of pointers. This is not NULL terminated.

Definition at line 405 of file arena.h.

Referenced by shm_arena_create(), shm_arena_delete(), shm_arena_print(), shm_arena_print_list(), and shm_remove().


The documentation for this struct was generated from the following file:

Shared Memory Arena version RC-0.0.25