Changeset 6314 for trunk/psLib/src/sys/psMemory.c
- Timestamp:
- Feb 2, 2006, 2:12:02 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psMemory.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psMemory.c
r6185 r6314 8 8 * @author Robert Lupton, Princeton University 9 9 * 10 * @version $Revision: 1.6 6$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-0 1-23 20:44:29 $10 * @version $Revision: 1.67 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-02-03 00:11:59 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 579 579 ptr->refCounter++; 580 580 pthread_mutex_unlock(&ptr->refCounterMutex); 581 582 // Did the user ask to be informed about this allocation? 583 if (ptr->id == p_psMemAllocID) { 584 p_psMemAllocID += memAllocCallback(ptr); 585 } 581 586 582 587 return vptr;
Note:
See TracChangeset
for help on using the changeset viewer.
