Changeset 9538 for trunk/psLib/src/sys/psMemory.h
- Timestamp:
- Oct 13, 2006, 11:13:48 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psMemory.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psMemory.h
r8705 r9538 12 12 * @ingroup MemoryManagement 13 13 * 14 * @version $Revision: 1.6 0$ $Name: not supported by cvs2svn $15 * @date $Date: 2006- 08-30 04:40:56$14 * @version $Revision: 1.61 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-10-13 21:13:48 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 29 29 * @{ 30 30 */ 31 32 #define P_PS_MEMMAGIC (psPtr)0xdeadbeef // Magic number in psMemBlock header 31 33 32 34 /** … … 172 174 ); 173 175 174 /** Tells whether or not a pointer has been allocated as a psDataType.175 *176 * @return bool: True if ptr is a psDataType, otherwise false.177 */178 bool is_psType(179 psPtr ptr ///< The pointer whose type to check180 );181 182 176 /** Checks the deallocator to see if the pointer matches the desired datatype. 183 177 *
Note:
See TracChangeset
for help on using the changeset viewer.
