Changeset 803 for trunk/psLib/src/sysUtils/psMemory.h
- Timestamp:
- May 27, 2004, 5:17:39 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psMemory.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psMemory.h
r768 r803 12 12 * @author Robert Lupton, Princeton University 13 13 * 14 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-05-2 4 23:03:51$14 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-05-28 03:17:39 $ 16 16 * 17 17 * @ingroup SystemGroup System Utilities … … 64 64 const char* file; ///< set from __FILE__ in e.g. p_psAlloc 65 65 const int lineno; ///< set from __LINE__ in e.g. p_psAlloc 66 psReferenceCount refCounter; ///< how many times pointer is referenced 66 // TODO: refCounter should be mutexed? 67 psReferenceCount refCounter; ///< how many times pointer is referenced 67 68 const void* endblock; ///< initialised to p_psMEMMAGIC 68 69 }
Note:
See TracChangeset
for help on using the changeset viewer.
