Changeset 4920 for trunk/psLib/src/sys/psMemory.h
- Timestamp:
- Aug 30, 2005, 4:07:12 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psMemory.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psMemory.h
r4898 r4920 12 12 * @ingroup MemoryManagement 13 13 * 14 * @version $Revision: 1. 49$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-08-3 0 01:14:13$14 * @version $Revision: 1.50 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-08-31 02:07:11 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 277 277 int psMemCheckLeaks( 278 278 psMemId id0, ///< don't list blocks with id < id0 279 psMemBlock * ** arr,///< pointer to array of pointers to leaked blocks, or NULL279 psMemBlock ***array, ///< pointer to array of pointers to leaked blocks, or NULL 280 280 FILE * fd, ///< print list of leaks to fd (or NULL) 281 psBool persistence///< make check across all object even persistent ones281 bool persistence ///< make check across all object even persistent ones 282 282 ); 283 283
Note:
See TracChangeset
for help on using the changeset viewer.
