Changeset 4162 for trunk/psLib/src/sysUtils/psMemory.c
- Timestamp:
- Jun 8, 2005, 1:40:46 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psMemory.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psMemory.c
r3784 r4162 8 8 * @author Robert Lupton, Princeton University 9 9 * 10 * @version $Revision: 1.5 1$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-0 4-29 00:39:22$10 * @version $Revision: 1.52 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-06-08 23:40:45 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 50 50 #ifdef PS_MEM_DEBUG 51 51 static psMemBlock* deadBlockList; // a place to put dead memBlocks in debug mode. 52 #endif 52 #endif // #ifdef PS_MEM_DEBUG 53 53 54 54 /** … … 626 626 } 627 627 deadBlockList = ptr; 628 #else 628 #else // #ifdef PS_MEM_DEBUG 629 629 630 630 pthread_mutex_destroy(&ptr->refCounterMutex); 631 631 free(ptr); 632 #endif 632 #endif // #else - #ifdef PS_MEM_DEBUG 633 633 634 634 }
Note:
See TracChangeset
for help on using the changeset viewer.
