Home
last modified time | relevance | path

Searched defs:mca_mpool_base_module_t (Results 1 – 2 of 2) sorted by relevance

/dports/net/openmpi3/openmpi-3.1.6/opal/mca/mpool/
H A Dmpool.h44 typedef struct mca_mpool_base_module_t mca_mpool_base_module_t; typedef
130 struct mca_mpool_base_module_t { struct
131 mca_mpool_base_component_t *mpool_component; /**< component stuct */
132 mca_mpool_base_module_address_fn_t mpool_base; /**< returns the base address */
133 mca_mpool_base_module_alloc_fn_t mpool_alloc; /**< allocate function */
134 mca_mpool_base_module_realloc_fn_t mpool_realloc; /**< reallocate function */
135 mca_mpool_base_module_free_fn_t mpool_free; /**< free function */
137 mca_mpool_base_module_finalize_fn_t mpool_finalize; /**< finalize */
138 mca_mpool_base_module_ft_event_fn_t mpool_ft_event; /**< ft_event */
139 uint32_t flags; /**< mpool flags */
[all …]
/dports/net/openmpi/openmpi-4.1.1/opal/mca/mpool/
H A Dmpool.h44 typedef struct mca_mpool_base_module_t mca_mpool_base_module_t; typedef
130 struct mca_mpool_base_module_t { struct
131 mca_mpool_base_component_t *mpool_component; /**< component stuct */
132 mca_mpool_base_module_address_fn_t mpool_base; /**< returns the base address */
133 mca_mpool_base_module_alloc_fn_t mpool_alloc; /**< allocate function */
134 mca_mpool_base_module_realloc_fn_t mpool_realloc; /**< reallocate function */
135 mca_mpool_base_module_free_fn_t mpool_free; /**< free function */
137 mca_mpool_base_module_finalize_fn_t mpool_finalize; /**< finalize */
138 mca_mpool_base_module_ft_event_fn_t mpool_ft_event; /**< ft_event */
139 uint32_t flags; /**< mpool flags */
[all …]