Changeset 11018 for branches/jch-memory/psLib/src/sys/psMemory.c
- Timestamp:
- Jan 10, 2007, 2:47:15 PM (19 years ago)
- File:
-
- 1 edited
-
branches/jch-memory/psLib/src/sys/psMemory.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/jch-memory/psLib/src/sys/psMemory.c
r11017 r11018 10 10 * @author Joshua Hoblitt, University of Hawaii 11 11 * 12 * @version $Revision: 1.88.2.2 7$ $Name: not supported by cvs2svn $13 * @date $Date: 2007-01-11 00:4 6:34$12 * @version $Revision: 1.88.2.28 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-11 00:47:15 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 158 158 // size of 0. This test is in here to check if this is really 159 159 // happening/being use as a feature in the wild. 160 if (memBlock-> size < 1) {160 if (memBlock->userMemorySize < 1) { 161 161 psMemBlockPrint(output, memBlock); 162 162 blockPrinted = true;
Note:
See TracChangeset
for help on using the changeset viewer.
