| tnt_shmem_private.h | |
| Structures | |
| tnt_shmem_node_card_t | An entry for the card catalog corresponding to the distribution of shared memory. |
typedef struct tnt_shmem_node_card_t { DCMF_Memregion_t remoteRegion; size_t size; size_t nodeEnd; } tnt_shmem_node_card_t
An entry for the card catalog corresponding to the distribution of shared memory. Each entry specifies one memory region in the card catalog.
| remoteRegion | Memory region corresponding to a buffer of shared memory. |
| size | Size of the memory region. |
An entry for the card catalog corresponding to the distribution of shared memory.
typedef struct tnt_shmem_node_card_t { DCMF_Memregion_t remoteRegion; size_t size; size_t nodeEnd; } tnt_shmem_node_card_t