* remove last of ompi_free_list / mpool refs
This commit was SVN r6298.
Этот коммит содержится в:
родитель
d245788f67
Коммит
73f05ce012
@ -41,7 +41,6 @@ static void opal_free_list_construct(opal_free_list_t* fl)
|
||||
fl->fl_num_waiting = 0;
|
||||
fl->fl_elem_size = 0;
|
||||
fl->fl_elem_class = 0;
|
||||
fl->fl_mpool = 0;
|
||||
}
|
||||
|
||||
static void opal_free_list_destruct(opal_free_list_t* fl)
|
||||
|
@ -62,7 +62,7 @@ typedef struct opal_free_list_item_t opal_free_list_item_t;
|
||||
*/
|
||||
|
||||
OMPI_DECLSPEC int opal_free_list_init(
|
||||
ompi_free_list_t *free_list,
|
||||
opal_free_list_t *free_list,
|
||||
size_t element_size,
|
||||
ompi_class_t* element_class,
|
||||
int num_elements_to_alloc,
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user