Reorder the functions prototypes to match the comments.
This commit was SVN r5176.
Этот коммит содержится в:
родитель
6446127f47
Коммит
0cc19e2d75
@ -43,14 +43,6 @@
|
||||
#if defined(c_plusplus) || defined(__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
/**
|
||||
* Shut down malloc debug output.
|
||||
*
|
||||
* This function is invoked as part of ompi_finalize() to shut down the
|
||||
* output stream for malloc debug messages.
|
||||
*/
|
||||
void ompi_malloc_init(void);
|
||||
|
||||
/**
|
||||
* Initialize malloc debug output.
|
||||
*
|
||||
@ -65,6 +57,14 @@ void ompi_malloc_init(void);
|
||||
* malloc debug level set by ompi_malloc_debug() -- will be displayed
|
||||
* unless this function is invoked first.
|
||||
*/
|
||||
void ompi_malloc_init(void);
|
||||
|
||||
/**
|
||||
* Shut down malloc debug output.
|
||||
*
|
||||
* This function is invoked as part of ompi_finalize() to shut down the
|
||||
* output stream for malloc debug messages.
|
||||
*/
|
||||
void ompi_malloc_finalize(void);
|
||||
|
||||
/**
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user