Changeset 11015 for branches/jch-memory/psLib/src/sys/psMemory.h
- Timestamp:
- Jan 10, 2007, 2:20:31 PM (20 years ago)
- File:
-
- 1 edited
-
branches/jch-memory/psLib/src/sys/psMemory.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/jch-memory/psLib/src/sys/psMemory.h
r10998 r11015 14 14 * @ingroup MemoryManagement 15 15 * 16 * @version $Revision: 1.61.2.1 1$ $Name: not supported by cvs2svn $17 * @date $Date: 2007-01- 09 22:23:05$16 * @version $Revision: 1.61.2.12 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2007-01-11 00:20:31 $ 18 18 * 19 19 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 240 240 241 241 242 /** Checks the deallocator to see if the pointer matches the desired datatype.243 *244 * @return bool: True if type matches, otherwise false.245 */246 bool psMemCheckType(247 psDataType type, ///< The desired psDataType to match248 psPtr ptr ///< The desired pointer to match249 );250 251 242 /** Activate or Deactivate thread safety and mutex locking in the memory management. 252 243 *
Note:
See TracChangeset
for help on using the changeset viewer.
