Changeset 11419 for trunk/psLib/src/sys/psMemory.c
- Timestamp:
- Jan 29, 2007, 6:28:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psMemory.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psMemory.c
r11416 r11419 10 10 * @author Joshua Hoblitt, University of Hawaii 11 11 * 12 * @version $Revision: 1.9 0$ $Name: not supported by cvs2svn $13 * @date $Date: 2007-01-30 0 3:00:50$12 * @version $Revision: 1.91 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-30 04:28:08 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 583 583 MUTEX_LOCK(&memBlockListMutex); 584 584 585 // if topBlock is NULL there's nothing to do 586 if (!topBlock) { 587 MUTEX_UNLOCK(&memBlockListMutex); 588 return 0; 589 } 590 585 591 // find the very first memblock 586 592 psMemBlock *memBlock = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
