IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8705


Ignore:
Timestamp:
Aug 29, 2006, 6:40:56 PM (20 years ago)
Author:
jhoblitt
Message:

add psMemGetLastId()

Location:
trunk/psLib/src/sys
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psMemory.c

    r8629 r8705  
    88*  @author Robert Lupton, Princeton University
    99*
    10 *  @version $Revision: 1.81 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2006-08-26 05:01:49 $
     10*  @version $Revision: 1.82 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2006-08-30 04:40:56 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    287287
    288288    return id;
     289}
     290
     291psMemId psMemGetLastId(void)
     292{
     293    return memid;
    289294}
    290295
  • trunk/psLib/src/sys/psMemory.h

    r8439 r8705  
    1212 *  @ingroup MemoryManagement
    1313 *
    14  *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-08-21 21:23:13 $
     14 *  @version $Revision: 1.60 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-08-30 04:40:56 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    483483psMemId psMemGetId(void);
    484484
     485/** get the last memory ID used
     486 *
     487 *  @ingroup memCallback
     488 *
     489 *  @return psMemId                 the last memory ID used
     490 */
     491psMemId psMemGetLastId(void);
     492
    485493/** set p_psMemAllocID to specific id
    486494 *
Note: See TracChangeset for help on using the changeset viewer.