IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2004, 10:49:59 AM (22 years ago)
Author:
evanalst
Message:

Add additional parameter to psMemCheckLeaks.

File:
1 edited

Legend:

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

    r2204 r2391  
    1212 *  @ingroup MemoryManagement
    1313 *
    14  *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2004-10-27 00:57:31 $
     14 *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-11-22 20:49:59 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    257257    psMemoryId id0,                    ///< don't list blocks with id < id0
    258258    psMemBlock* ** arr,                ///< pointer to array of pointers to leaked blocks, or NULL
    259     FILE * fd                          ///< print list of leaks to fd (or NULL)
     259    FILE * fd,                         ///< print list of leaks to fd (or NULL)
     260    psBool persistence                 ///< make check across all object even persistent ones
    260261);
    261262
Note: See TracChangeset for help on using the changeset viewer.