Changeset 4397 for trunk/psLib/test/sysUtils/tst_psMemory.c
- Timestamp:
- Jun 24, 2005, 5:32:42 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psMemory.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psMemory.c
r4308 r4397 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.3 3$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-06- 17 23:44:22 $8 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-06-25 03:32:42 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 30 30 static psS32 TPrealloc( void ); 31 31 static psS32 TPallocCallback( void ); 32 static psMem oryId memAllocateCallback( const psMemBlock *ptr );33 static psMem oryId memFreeCallback( const psMemBlock *ptr );32 static psMemId memAllocateCallback( const psMemBlock *ptr ); 33 static psMemId memFreeCallback( const psMemBlock *ptr ); 34 34 static psS32 TPcheckLeaks( void ); 35 35 static psS32 TPmemCorruption( void ); … … 497 497 } 498 498 499 psMem oryId memAllocateCallback( const psMemBlock *ptr )499 psMemId memAllocateCallback( const psMemBlock *ptr ) 500 500 { 501 501 psLogMsg( __func__, PS_LOG_INFO, "block %lld was (re)allocated", ptr->id ); … … 504 504 } 505 505 506 psMem oryId memFreeCallback( const psMemBlock *ptr )506 psMemId memFreeCallback( const psMemBlock *ptr ) 507 507 { 508 508 psLogMsg( __func__, PS_LOG_INFO, "block %lld was freed", ptr->id );
Note:
See TracChangeset
for help on using the changeset viewer.
