Changeset 8440 for trunk/psLib/src/sys/psMemory.c
- Timestamp:
- Aug 21, 2006, 11:50:09 AM (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
r8438 r8440 8 8 * @author Robert Lupton, Princeton University 9 9 * 10 * @version $Revision: 1.7 6$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-08-21 21: 22:56$10 * @version $Revision: 1.77 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-08-21 21:50:09 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 457 457 } 458 458 459 if (size < ptr->userMemorySize) {459 if (size <= ptr->userMemorySize) { 460 460 ; // nothing to do 461 461 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
