slog_irec_free.3

来自「MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程」· 3 代码 · 共 23 行

3
23
字号
.TH SLOG_Irec_Free 3 "4/24/2000" " " "SLOG_API".SH NAMESLOG_Irec_Free \-  Deallocate the given interval record data structure, i.e.  free the memory associated with it. (SLOG_intvlrec_t's destructor) .SH SYNOPSIS.nfvoid SLOG_Irec_Free( SLOG_intvlrec_t *irec ).fi.SH MODIFIED INPUT VARIABLES .PD 0.TP.B irec - pointer to the interval record data structure to be erased/freed..PD 1.SH USAGE NOTES ON THIS ROUTINE Free the memory allocated by SLOG_Irec_Create(), SLOG_Irec_Copy() andother related routines..SH INCLUDE FILE NEEDED slog.h.SH LOCATION../src/slog_irec_common.c

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?