Changeset 8540 for trunk/psLib/src/sys/psMemory.c
- Timestamp:
- Aug 23, 2006, 4:17:17 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psMemory.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psMemory.c
r8525 r8540 8 8 * @author Robert Lupton, Princeton University 9 9 * 10 * @version $Revision: 1.7 8$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-08-2 3 22:53:09$10 * @version $Revision: 1.79 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-08-24 02:17:17 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1251 1251 1252 1252 if (print) { 1253 printf("Allocated %6s %10 d %8d\n", "", alloc, nalloc);1254 printf("Persistent %6s %10 d %8d\n", "", persist, npersist);1253 printf("Allocated %6s %10zd %8zd\n", "", alloc, nalloc); 1254 printf("Persistent %6s %10zd %8zd\n", "", persist, npersist); 1255 1255 } 1256 1256 /* … … 1283 1283 1284 1284 if (print) { 1285 printf("Freelist %6s %10 d %8d\n", "", *freelist, nblock_tot);1285 printf("Freelist %6s %10zd %8d\n", "", *freelist, nblock_tot); 1286 1286 } 1287 1287
Note:
See TracChangeset
for help on using the changeset viewer.
