Changeset 2391 for trunk/psLib/src/sys/psMemory.h
- Timestamp:
- Nov 22, 2004, 10:49:59 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psMemory.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psMemory.h
r2204 r2391 12 12 * @ingroup MemoryManagement 13 13 * 14 * @version $Revision: 1.3 1$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-1 0-27 00:57:31$14 * @version $Revision: 1.32 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-11-22 20:49:59 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 257 257 psMemoryId id0, ///< don't list blocks with id < id0 258 258 psMemBlock* ** arr, ///< pointer to array of pointers to leaked blocks, or NULL 259 FILE * fd ///< print list of leaks to fd (or NULL) 259 FILE * fd, ///< print list of leaks to fd (or NULL) 260 psBool persistence ///< make check across all object even persistent ones 260 261 ); 261 262
Note:
See TracChangeset
for help on using the changeset viewer.
