Fix a bad declaration that was causing compile errors
This commit was SVN r6137.
Этот коммит содержится в:
родитель
b780436b47
Коммит
c0f1c6be50
@ -56,8 +56,8 @@ typedef void* (*mca_mpool_base_module_realloc_fn_t)(
|
|||||||
*/
|
*/
|
||||||
typedef void (*mca_mpool_base_module_free_fn_t)(
|
typedef void (*mca_mpool_base_module_free_fn_t)(
|
||||||
struct mca_mpool_base_module_t* mpool,
|
struct mca_mpool_base_module_t* mpool,
|
||||||
void *,
|
void *addr,
|
||||||
struct mca_mpool_base_registration_t* registration);
|
struct mca_bmi_base_registration_t* registration);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* register memory
|
* register memory
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user