Changeset 4898 for trunk/psLib/src/sys/psMemory.h
- Timestamp:
- Aug 29, 2005, 3:14:13 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
r4590 r4898 12 12 * @ingroup MemoryManagement 13 13 * 14 * @version $Revision: 1.4 8$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-0 7-21 02:39:57$14 * @version $Revision: 1.49 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-08-30 01:14:13 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 172 172 ); 173 173 174 /** Checks the deallocator to see if the pointer matches the desired datatype. 175 * 176 * @return bool: True if type matches, otherwise false. 177 */ 178 bool psMemCheckType( 179 psDataType type, ///< The desired psDataType to match 180 psPtr ptr ///< The desired pointer to match 181 ); 182 183 174 184 /** Set the memory as persistent so that it is ignored when detecting memory leaks. 175 185 *
Note:
See TracChangeset
for help on using the changeset viewer.
