Changeset 7134
- Timestamp:
- May 17, 2006, 3:22:48 PM (20 years ago)
- Location:
- trunk/psLib/src/sys
- Files:
-
- 2 edited
-
psMemory.c (modified) (2 diffs)
-
psMemory.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psMemory.c
r6500 r7134 8 8 * @author Robert Lupton, Princeton University 9 9 * 10 * @version $Revision: 1.7 0$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-0 2-28 02:53:03$10 * @version $Revision: 1.71 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-05-18 01:22:48 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 610 610 611 611 // increment and return refCounter 612 psPtr p_psMemIncrRefCounter( psPtr vptr,612 psPtr p_psMemIncrRefCounter(const psPtr vptr, 613 613 const char *file, 614 614 psS32 lineno) -
trunk/psLib/src/sys/psMemory.h
r6500 r7134 12 12 * @ingroup MemoryManagement 13 13 * 14 * @version $Revision: 1.5 3$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-0 2-28 02:53:03$14 * @version $Revision: 1.54 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-05-18 01:22:48 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 327 327 #else 328 328 psPtr p_psMemIncrRefCounter( 329 psPtr vptr,///< Pointer to increment refCounter, and return329 const psPtr vptr, ///< Pointer to increment refCounter, and return 330 330 const char *file, ///< File of call 331 331 psS32 lineno ///< Line number of call
Note:
See TracChangeset
for help on using the changeset viewer.
