IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2005, 5:32:42 PM (21 years ago)
Author:
drobbin
Message:

changed psMemoryId to psMemId

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/tst_psMemory.c

    r4308 r4397  
    66*  @author Robert DeSonia, MHPCC
    77*
    8 *  @version $Revision: 1.33 $ $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 $
    1010*
    1111*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3030static psS32 TPrealloc( void );
    3131static psS32 TPallocCallback( void );
    32 static psMemoryId memAllocateCallback( const psMemBlock *ptr );
    33 static psMemoryId memFreeCallback( const psMemBlock *ptr );
     32static psMemId memAllocateCallback( const psMemBlock *ptr );
     33static psMemId memFreeCallback( const psMemBlock *ptr );
    3434static psS32 TPcheckLeaks( void );
    3535static psS32 TPmemCorruption( void );
     
    497497}
    498498
    499 psMemoryId memAllocateCallback( const psMemBlock *ptr )
     499psMemId memAllocateCallback( const psMemBlock *ptr )
    500500{
    501501    psLogMsg( __func__, PS_LOG_INFO, "block %lld was (re)allocated", ptr->id );
     
    504504}
    505505
    506 psMemoryId memFreeCallback( const psMemBlock *ptr )
     506psMemId memFreeCallback( const psMemBlock *ptr )
    507507{
    508508    psLogMsg( __func__, PS_LOG_INFO, "block %lld was freed", ptr->id );
Note: See TracChangeset for help on using the changeset viewer.