Changeset 10903 for trunk/psLib/test/sys/tap_psMemory.c
- Timestamp:
- Jan 4, 2007, 12:34:06 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sys/tap_psMemory.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sys/tap_psMemory.c
r10810 r10903 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $9 * @date $Date: 200 6-12-18 19:18:46 $8 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-01-04 22:34:06 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 61 61 TPcheckLeaks(); 62 62 63 // psMemProblemCallbackSet() has been removed -JH 64 #if 0 65 63 66 void TPmemCorruption( void ); 64 67 TPmemCorruption(); 68 #endif 65 69 66 70 void TPmultipleFree( void ); … … 225 229 } 226 230 227 psMemCheckCorruption( 1);231 psMemCheckCorruption(stderr, false); 228 232 229 233 // realloc to 2x … … 242 246 ok(error==0, "Realloc preserve the contents with expanding buffer"); 243 247 244 psMemCheckCorruption( 1);248 psMemCheckCorruption(stderr, false); 245 249 246 250 // realloc to 1/2 initial value. … … 403 407 404 408 409 #if 0 405 410 void TPmemCorruption( void ) 406 411 { … … 443 448 skip_end(); 444 449 } 450 #endif 445 451 446 452
Note:
See TracChangeset
for help on using the changeset viewer.
