IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2005, 4:07:12 PM (21 years ago)
Author:
drobbin
Message:

Updated code w.r.t the latest api-delta report

File:
1 edited

Legend:

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

    r4898 r4920  
    1212 *  @ingroup MemoryManagement
    1313 *
    14  *  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-08-30 01:14:13 $
     14 *  @version $Revision: 1.50 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-08-31 02:07:11 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    277277int psMemCheckLeaks(
    278278    psMemId id0,                       ///< don't list blocks with id < id0
    279     psMemBlock* ** arr,                ///< pointer to array of pointers to leaked blocks, or NULL
     279    psMemBlock ***array,               ///< pointer to array of pointers to leaked blocks, or NULL
    280280    FILE * fd,                         ///< print list of leaks to fd (or NULL)
    281     psBool persistence                 ///< make check across all object even persistent ones
     281    bool persistence                   ///< make check across all object even persistent ones
    282282);
    283283
Note: See TracChangeset for help on using the changeset viewer.