Changeset 11029 for branches/jch-memory/psLib/src/sys/psMemory.c
- Timestamp:
- Jan 11, 2007, 10:47:17 AM (19 years ago)
- File:
-
- 1 edited
-
branches/jch-memory/psLib/src/sys/psMemory.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/jch-memory/psLib/src/sys/psMemory.c
r11018 r11029 10 10 * @author Joshua Hoblitt, University of Hawaii 11 11 * 12 * @version $Revision: 1.88.2.2 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2007-01-11 00:47:15$12 * @version $Revision: 1.88.2.29 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-11 20:47:17 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 155 155 } 156 156 157 #if 0 157 158 // Currently psAlloc()/psRealloc() will blindly create memBlock's with a 158 159 // size of 0. This test is in here to check if this is really … … 164 165 bad = true; 165 166 } 167 #endif 166 168 167 169 if (memBlock->refCounter < 1) {
Note:
See TracChangeset
for help on using the changeset viewer.
